/* calendar.css
  Styles to use with simplecalendar.
  
  TO DO:
    reduce the font size for the headings so that the width of the columns is consistent. Or just set column size.
    Add margins/padding between the calendars.
    Add a style for the outer table in the b4bcalendar.php.
  
*/

table.calendar {
  margin-bottom:20px;
  margin-left:10px;
  margin-top:10px;
  text-align:center;

}
table.calendar th {
  background-color:inherit;
  color:#1F15AA;
  font-size:.7em;
  width:20px;  
}
td {
  width:50px;
}
table.calendar td {
  font-size:.75em; 
}

.calendar-month {
  font-size:.75em;
  font-weight:bold;
}
tr{
		vertical-align: top
	}

td.ventura {
  background-color:inherit;
  color:red;
}