div.admseason {
  display: inline-block;
  width: 400px;
  max-width:100%;
  padding: .5em;
  border: 2px ridge #f90;
  border-radius: 20% 0;
}
div.admseason dt,label {
  clear: both;
  float: left;
  width: 6em;
  color: #f90;
}
div.admseason a {
  font-size: 2em;
}
div.season {
  display: block;
  background-image: url(../pics/carzzzer90.png);
  background-repeat: no-repeat;
  background-size: 25%;
  width: 100%;
  height: 100%;
  float: left;
}
div.season a {
  display: block;
  position: relative;
  width: 80%;
  height: 60%;
  border: 2px ridge #f90;
  border-radius: 25% 0;
  text-align: right;
  margin: auto;
  font-size: 2em;
}
div.season:hover, div.season.selected {
  background-size: 33%;
}
div.season a:hover, div.season.selected a {
  border-color: #f50;
  color: #f50;
}
table.season th,td {
  border-right: 1px solid #999;
}
input[type="number"] {
  width: 4em;
}
#attribution_actions {
  text-align: center;
}
