/**
 * Custom css file for the print style
 */

 #navbar,
 #page-header,
 .region-section-footer,
 .footer,
 #block-views-action-tracker-block-2
 {
     display: none;
 }

 #block-views-action-tracker-block .view-action-tracker tr.views-row-first td {
    color:red;
    font-weight:bold;
}