/* css specific to this site */

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

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

/*result pages table headings and cell colour */ 
.headings {background-color:#212529; padding:20px; color:#ffffff; font-size:130%}
.cell {background-color:#212529; padding:20px; #212529:white; font-size:100%}
/* Results history button */
.historyBtn {color:#212529 !important;}