﻿@media print {
    body {
        /* this is to prevent IE from printing extra blank pages in certain circumstances (table saw tables) #wedontknowwhythisworks */
        border: 1px solid rgba(255, 0, 0, 0.0);
    }


    .checkbox-column, #sbtOptionButtonsWrapper, #topMenu, .dataTables_length, #bottomNavLinks {
        display: none !important;
    }
}
