div#month {
  margin-bottom: 10px;
  background-color: #eee;
  background-image: url('/images/calendars/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

div#month img {
  display: block;
}

table.months {
  background-color: #222;
}

table.months tr td {
  padding: 5px 0 5px 0;
}

table.months tr td a {
  color: #ccc;
}