#menu, .noprint{
    display: none;
}

#content{
    background: #fff;
    font-size: 14pt;
}

#show{
    float:right;
}

#sidebar{
    background: #fff;
}

p.desc{
    margin: 0;
}

#units, #footer{
    page-break-inside: avoid;
    position: relative;
    top: 20px;
}
#footer{
    background: url(/images/printbg.jpg) no-repeat;
    color: #3c3c3c;
    font-size: 1em;
}

.screen{
    display:none;
}

.print{
    display: inline;
}
