/* 
#709CD1 blue in logo
#F36E21 orange in logo
#F5F5F5 lite grey
#F0F0F0 middle grey
#CCCCCC dark grey
*/

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	box-sizing: border-box; }

.clearIt {clear: both; height: 0; margin: 0; padding: 0;}
.giveMeSpace {clear:both; height:12px;}
.reportContainer {width:950px; margin: 0 auto;} 

@media print{ 
    .bgcol{
        background-color: #E6E6FA  !important;
    }
}
@media print {
    a[href]:after {
        content: none !important;
    }
} 
@media print {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
h2 {color:#094862; font-size: 1.2em; font-weight: bold;}
h3 {color:#ffffff; font-size: 1.2em; font-weight: bold; background-color:#337ab7; line-height: 1.6em; padding: 4px 8px; margin-top: 0;}