/* site-specific styles */

/* hide the whole footer from print view*/
@media print {
    footer {
        display:none;
    }
}