table {
   border-collapse:collapse;
   width:100%;
   margin-bottom:1em;
}
table td,
table th {
   border:2px solid #a06a8e;
   padding:0.2em;
}
table th {
   background:#d3b3c8;
   font-size:12px;
   font-weight:normal;
   text-align: center;
}
table th.season {
  width:140px;
  text-align:left;
  padding:0.5em 0 0.5em 1em;
}
table th.season p {
  padding:0.5em 0 0 1em;
  margin:0;
}
table td {
   text-align:center;
}
div#nopets {
   background:url(../img/nopets.gif) no-repeat top left;
   padding-left:60px;
   height:50px;
}