/* Print Style Sheet */
@media print {
body {background:white; 
     font-size:10pt; 
     margin:0 }
#sidebar { display:none }
#header { }
#content{ margin-left:0; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid; font-family: serif; }
h3 { 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; display: none;
}
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; float: right; margin-left: 15px;
}
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; float: left; margin-right: 15px; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; float: left; margin-right: 15px;
}
     .top-btns-container{
     	display: none;}
     .addy{
     	display: none;
     }
     .tag{
     	display: none;
     }
     .breadcrumbs{
     	display: none;
     }
     .logo a img, .logo a {
     	display: none;
     }
     .col-sm-4 {
     	display: none;
     }
     .navbar-wrapper:before {
     	height:auto; 
	 	width: 670px;
	 	content: url(http://pfl.bentforkz.com/wp-content/themes/pfl/images/pfl-print-header.jpg); 
     }
     .navbar-wrapper {
     	margin-left: 15px; margin-right: 15px;margin-bottom: 25px;
     }
     .col-sm-8 {
     	width: 100%!important; padding: 0; padding-left: 15px!important; padding-right: 15px!important;
     }
     footer p, footer{
     	text-align: center!important; background-color: #ececec!important; padding-top: 10px;padding-bottom: 6px;
     }
}