#report {
  font-size: 11px;
}

#top, #bot, .advice { display: none; }

#legend {
  width: 100%;
}


#report table {
  width: 100%;
}

#report table th,
#report table tr,
#report table td {
  width: 3%;
  border: 1px solid #ccc;
  text-align: center;
  height: 40px;
}

#report table th {
}

#report table th.month {
  text-align: left;
  width: 7%;
  vertical-align: top;
}

#report h2 {
  margin-top: 40px;
}

#legend div {
  position: relative;
  width: 90%;
  clear: both;
}

#legend p {
  float: left;
  width: 30%;
}