﻿html {
    padding-top: 0px;
}


.NonPrintable {
    display: none !important;
}

.NonPrintable, #Menu, #Footer {
    display: none !important;
}

.PrintOnly {
    display: block !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}
