.logo-wrapper,
.span3,
.nav-wrapper,
.footer-content{
display:none;
}
@page  
{ 
 /*    size: auto;   auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
padding-left:0px;
    margin: 7mm;  
}
*{
width: auto;     border: 0;     margin: 0;     padding: 0;     float: none;     position: static;     overflow: visible;
font-color: #000;
}

body{
padding-left:0px;
}

table{
    border-spacing: 0px;
    border-collapse: collapse;
}

table.schedule tr th{
padding:0px;
color: #000;
background-color:#fff;
}
