/* line 1, ../sass/teams.scss */
.event-title-wrapper {
  margin-bottom: 20px;
  width: 100% !important;
}

/* line 6, ../sass/teams.scss */
.column.right {
  padding-top: 45px;
}
/* line 9, ../sass/teams.scss */
.column.right .module {
  margin-bottom: 20px;
}

/* line 14, ../sass/teams.scss */
.tab-facebook {
  width: 30px !important;
  text-indent: -9999px;
  position: relative;
}

/* line 20, ../sass/teams.scss */
span.fb-icon {
  background-image: url("../facebook.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 10px;
  left: 18px;
}

/* line 32, ../sass/teams.scss */
.row {
  margin-left: -30px;
  overflow: hidden;
}

/* line 37, ../sass/teams.scss */
.team-profile h3 .flag {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* line 45, ../sass/teams.scss */
.team-profile {
  overflow: hidden;
}

/* line 49, ../sass/teams.scss */
.team-profile h3 {
  line-height: 32px;
}

/* line 53, ../sass/teams.scss */
.member-profile {
  margin: 20px 0 20px 0;
  width: 285px;
  float: left;
  margin-left: 30px;
  font-size: 14px;
}
/* line 60, ../sass/teams.scss */
.member-profile span {
  font-weight: 700;
}
/* line 64, ../sass/teams.scss */
.member-profile p {
  margin: 0;
}
/* line 68, ../sass/teams.scss */
.member-profile .member-field {
  margin-bottom: 10px;
}

/* line 76, ../sass/teams.scss */
.team-social .tab {
  width: auto;
  line-height: 35px;
  font-weight: 700;
}
/* line 82, ../sass/teams.scss */
.team-social ul.tweets {
  list-style: none;
  margin-left: 0;
  padding: 15px;
}
/* line 87, ../sass/teams.scss */
.team-social ul.tweets li {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  margin-top: 8px;
}
/* line 94, ../sass/teams.scss */
.team-social ul.tweets p.desc {
  margin: 0;
}
/* line 98, ../sass/teams.scss */
.team-social ul.tweets p.relative-time {
  font-style: italic;
  color: #666;
}
/* line 104, ../sass/teams.scss */
.team-social .channel-avatar {
  float: left;
  margin-right: 8px;
}
