/* 
#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;} 
.MyRedBorder {border:1px solid red;} 
.orderStep {padding-left:1em; margin-right: 4em;}
.orderStepActive {background-color:lightblue; color:white; padding-left:1em; margin-right: 4em;} 

@media print{ 
	.bgcol{background-color: #E6E6FA  !important;}
    a[href]:after {content: none !important;}
	.no-print, .no-print * {display: none !important;}
}
