@media print{
    .spw_surheader,
    .navbar,
    footer,
    .subfooter,
    .breadcrumb,
    .hidden-print,
    a.knowMoreLink,
    .print-section,
    .notice-header,
    .notice-search,
    .notices-pagination{
        display:none!important
    }
    
    .notice label{
        font-weight: bold;
    }
    .notice-codes{
        padding: 0;
        margin: 0;
    }
    .notice-details th{
        text-align: left;
    }
    a{
        color: black;
        text-decoration: none;
    }
    .text-center{
        text-align: center;
    }
    table thead tr th,
    table tbody tr td{
        padding: 2px;
    }
    img{
        width: 100%;
    }
}
