#extra-wide-content {
  clear: both;
  margin: 0px 0px 10px 0px;
}

#playoff-bracket {
  font-size: 11px;
}

/* Bracket Display */

.label {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  background-color: #CCCCCC;
  }

.seed {
  text-align: center;
  color: #3300CC;
  font-weight: bold;
  }

.team {
  width: 75px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  }

.score {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #999999;
  }

.arm-ht {
  width: 5px;
  border-top: 1px solid #999999;
  }

.arm-hb {
  width: 5px;
  border-bottom: 1px solid #999999;
  }

.arm-vr {
  width: 5px;
  text-align: center;
  color: #3300CC;
  font-weight: bold;
  border-right: 1px solid #999999;
  }

.arm-vl {
  width: 5px;
  text-align: center;
  color: #3300CC;
  font-weight: bold;
  border-left: 1px solid #999999;
  }

.arm-htvr {
  width: 5px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  }

.arm-hbvr {
  width: 5px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  }

.arm-htvl {
  width: 5px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  }

.arm-hbvl {
  width: 5px;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  }

