﻿/* -------------------------- Printer Friendly Styles -------------------------- */

@media print {
    .bg_header,
    .bg_menu,
    .box_champions,
    .bg_footer,
    .btn-facility-detail-links,
    .btn {
        display: none !important;
    }

    .box_body,
    #facility_box {
        border: none !important;
        box-shadow: none !important;
    }

    body {
        background-color: white !important;
        background-image: none !important;
    }
}
