.highlight {
    background-color: yellow;
}
@media print {
    @page {
        size: auto;
        margin: 0px !important   ; 
    }
    body {
        margin: 0 !important;
    }
    .skin-dashbyte {
        background-color: #fff !important;
        .main-app{
            margin:0 !important;
        }
    }
    .navbar {
        display: none;
    }
    .noprint {
        display: none;
        margin:0 !important;
    }
    #header,
    #footer,
    #nav {
      display: none !important;
    }
    h1,h2,h3,h4{
        font-weight: normal !important;
        margin-top: 1em !important;
        margin-bottom: 1em !important;
        border:none !important;
        text-transform: uppercase !important;
    }

    h1{
        font-weight: bold !important;
        font-size: 1.5rem !important    
    }
    h2{
        font-size: 1.4rem !important;
    }

    h3{
        font-size: 1.3rem !important;
    }

    h4{
        font-size: 1.1rem !important;
    }

    table{
    width: 100%; 
    }

    table td, table th{
        border:1px solid #efefef;
        padding:0.2em;
    }

    .print-full-width{
        width: 100% !important;
    }
}
