﻿/* hide header,aside,.marker-app when printing  */
@media print {
    header, aside, .marker-app {
        display: none !important;
    }
    
    .mud-main-content{
        margin: 0 !important;
        padding: 0 !important;
    }
    .print-only {
        display: block !important;
    }
    .no-print {
        display: none !important;
    }
}

.print-only{
    display: none;
}