/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
*/

.calendar {
  margin: auto;
  width: 100%;
  margin-bottom: 2em;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  color: white;
  text-align: center;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
}

.day, .specialDay {
  text-align: center;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
  text-decoration: none;
}