html, body {
    background-color: #fff;
}
h1,h2,h3,p,li {
    color: #000;
}
#be-content {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
#top-nav{
    display: none;
}

#content {
    float: none;
    background: none;
    border:  none;
    box-shadow: none;
    border-radius: 0;
}

#be-content nav{
    visibility: hidden;
}
#print_pdf_btn{
    display: none;
}
#print_cert_btn{
    display: none;
}



@page {
    size: 8.5in 11in; /* <length>{1,2} | auto | portrait | landscape */
    /* 'em' 'ex' and % are not allowed; length values are width height */
    margin: 5mm; /* <any of the usual CSS values for margins> */
    /*(% of page-box width for LR, of height for TB) */
    border: none;
}