@import url("/stylesheets/miplet.css");

#titlebar .buttons a { margin-left: 5px }
#teams_showcase .team_sport {
  font-size: 93%;
}
#your_teams, #friends_teams, #your_teams .team, #friends_teams .team { 
  float: left;
  clear: left;
}
#your_teams .bottom, #friends_teams .bottom {  padding: 5px 10px 0 10px }
#your_teams .team, #friends_teams .team {
  padding: 10px 0 10px 80px;
  width: 280px;
  border: 0 solid #fff;
  border-top-width: 1px;
  background-color: transparent;
  margin-bottom: 0;
}
#your_teams .team_name, #friends_teams .team_name { 
  font-weight: bold;
  font-size: 107%;
}
#your_teams .team_portrait, #friends_teams .team_portrait {
  width: 73px;
  height: 73px;
  display: block;
  float: left;
  margin-left: -80px;
  border: 1px solid #333;
}
#your_teams .meta, #friends_teams .meta {
  float: left;
  width: 360px;
  padding-bottom: 5px;
}
#your_teams .team_sport, #friends_teams .team_sport { 
  color: #000;
  font-size: 100%;
  float: none;
}
.meta .total { float: left }
.meta a { float: right }
