/* Print Only Styles */
div.print-btns {
	display: none!important;
}


div#print-head, div#print-btm, div#bd-wrap, div#ft {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

div#bd {
	font-size: 11px;
}


.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */