.data_column {
  width: auto;
}

.division {
  padding: 0.5em;
}

.division h4 {
  color: #555;
  border: 1px solid #BBB;
  padding: 0.3em;
  padding-left: 0.5em;
  background: #CCC url(/images/layout/gradient_gray_small.gif?1704507278) repeat-x top left;
  margin-bottom: 0.5em;
}
.division h4 a {
  margin-right: 0.5em;
}

.team .info, .team .admin {
  float: left;
  margin-top: 0.5em;
  border: 1px solid #CCC;
}

.team .info {
  position: relative;
  background-color: #E5E5E5;
  font-size: 7pt;
  text-align: center;
  width: 100px;
  height: 85px;
  overflow: hidden;
}

.team .info a:nth-of-type(2) {
  background-color: #EEEEEE;
  border-top: 1px solid #DDDDDD;
  bottom: 0;
  font-size: larger;
  left: 0;
  max-height: 30px;
  overflow: hidden;
  padding: 0.2em;
  position: absolute;
  right: 0;
}

.team .disabled {
  border: 1px solid #F33 !important;
}

.team .admin {
  padding: 0.2em;
  border-left: none;
}

.team .admin a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1%;
}

.team a img {
  border: 1px solid #CCC;
  margin-bottom: 0.1em;
  padding: 0;
}

.team a:hover img {
  border: 1px solid #333;
}

.edit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EEE;
  height: 18px;
}

#enabled_team_count {
  font-weight: bold;
}
