.header, .menu, .footer, .sideMenu {
    display: none;
}

.content {
    display: block;
    margin: 0;
    float:none;
    padding: 0;
    width: 100%;
    font-size:12pt
}

.infoBox h1 {
    border: 1px black solid;
}

.front-box {
    border-left: 1px #ED8C01 solid;
    border-right: 1px #ED8C01 solid;
    height:100%;
    padding-bottom:5px;
}

.printLogo {
    display:block;
    text-align:right;
}