@charset "UTF-8";
/** calendars and maps ******* */
/* line 49, sass/event_calendar.sass */
table.minimonth {
  font-style: normal;
  font-size: 12px;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  color: #4d4e53;
  margin: 5px 0;
}
/* line 59, sass/event_calendar.sass */
table.minimonth a {
  display: block;
  color: #a80016;
  font-weight: lighter;
  text-decoration: none;
}
/* line 64, sass/event_calendar.sass */
table.minimonth a:hover {
  color: #b20315;
}
/* line 66, sass/event_calendar.sass */
table.minimonth th, table.minimonth td {
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  vertical-align: top;
  text-align: center;
  width: 36px;
  line-height: 32px;
  padding: 0;
  overflow: hidden;
}
/* line 79, sass/event_calendar.sass */
table.minimonth thead th, table.minimonth thead td {
  color: white;
  background-color: #3664b4;
}
/* line 82, sass/event_calendar.sass */
table.minimonth thead th {
  height: 18px;
  font-size: 12px;
  line-height: 18px;
}
/* line 86, sass/event_calendar.sass */
table.minimonth thead td {
  height: 25px;
}
/* line 88, sass/event_calendar.sass */
table.minimonth thead h3, table.minimonth thead a {
  font: arail;
  font-size: 13px;
  color: white;
  line-height: 25px;
  height: 25px;
  display: inline;
  padding: 1px;
}
/* line 96, sass/event_calendar.sass */
table.minimonth td.m {
  font-size: 140%;
}
/* line 98, sass/event_calendar.sass */
table.minimonth td.day_name {
  color: #8c8d8e;
}
/* line 100, sass/event_calendar.sass */
table.minimonth td.o {
  color: #afafaf;
}
/* line 102, sass/event_calendar.sass */
table.minimonth td.o a {
  color: #afafaf;
}
/* line 104, sass/event_calendar.sass */
table.minimonth td.o a:hover {
  color: white;
}
/* line 106, sass/event_calendar.sass */
table.minimonth td.t {
  background-color: white;
}
/* line 110, sass/event_calendar.sass */
table.minimonth td.u {
  text-shadow: #bdbdbd 0 0 2px;
  color: #8c8d8e;
}
/* line 113, sass/event_calendar.sass */
table.minimonth td.t {
  font-weight: bold;
}
/* line 117, sass/event_calendar.sass */
table.minimonth tbody td {
  line-height: 25px;
  height: 25px;
}
/* line 120, sass/event_calendar.sass */
table.minimonth tbody td.d {
  background-color: #e6ecf5;
}
/* line 122, sass/event_calendar.sass */
table.minimonth tbody td.d a {
  color: #a80016;
}
/* line 124, sass/event_calendar.sass */
table.minimonth tbody td.o {
  text-shadow: none;
}
/* line 126, sass/event_calendar.sass */
table.minimonth tbody td.o a {
  color: #e6ecf5;
}
/* line 128, sass/event_calendar.sass */
table.minimonth tbody td.h {
  background-color: #c9deff;
}
/* line 130, sass/event_calendar.sass */
table.minimonth tbody td.h a {
  font-size: 15px;
}
