﻿/*
    If a page wants to customize it's print, then include this css and set the noprint class on things to be hidden
    Add this as a media-print only:
    @section Styles {
        <link rel="stylesheet" href="~/css/print.css" type="text/css" media="print" />
    }
*/
.noprint {
    display: none;
}