table.month {
  border-spacing: 0px;
  border-collapse: collapse;
}
table.month td a {
  font-weight: normal;
  width: 38px;
  height: 35px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
table.month td a:hover {
  background-color: #666;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
table.month td {
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
}
table.month thead td {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: normal;
}
table.month tbody td {
  border: 1px solid #888;
  padding: 0px;
}
table.month td.hide {
  border: none;
}
table.month td.inactive {
  background-color: #eee;
  color: #666;
}
table.month td.full {
  background-color: #f00;
  color: #fff;
}
table.month td.selected {
  background-color: #333;
  color: #fff;
}
table.month td.selected a {
  color: #fff;
}
table.month td.selected a:hover {
  background-color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
table.month tbody td.archive {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  border-color: #aaa;
}
#calendarSelector {
  font-family: 'Cinzel', serif;
  color: #666;
  width: 200px;
  height: 22px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #ddd;
  border: none;
}
table.month td div.freespace {
  position: absolute;
  z-index: 1;
  font-size: 8px;
  margin-top: -9px;
  margin-left: 24px;
  width: 12px;
  text-align: right;
  color: #999;
}
table.month td.selected div.freespace {
  position: absolute;
  z-index: 1;
  font-size: 8px;
  margin-top: -9px;
  margin-left: 24px;
  width: 12px;
  text-align: right;
  color: #fff;
}
