/* css specific to this site */

/* top banner height */
#mainNav {
 height:63px;
 max-height:100px;
}

/*page banner background colour */
.bg-default{background-color:#1D286B;}

/*result pages table headings and cell colour */ 
.headings {background-color:#1D286B; color:#FFFFFF;  padding:20px; font-size:130%}
.cell {background-color:#FFFFFF; color: #1D286B; padding:20px; font-size:100%}
/* Results history button */
.historyBtn {color:#1D286B !important;}.calendar .event-container .event {
      background: #1D286B !important;
      }
      .calendar .day.has-event:after {
      background: #1D286B !important;}

      