﻿@media print {
    div.content fieldset, div.content ul.planningpager, div.col-md-3 {
        display: none;
    }

    div.content table thead tr th#FileType, div.content table tbody tr td.filetype, div.content table thead tr th#RegRef, div.content table tbody tr td.regref {
        display: block;
    }
}
