@media print
{    
    /*detailed view*/
    .mods-abstract-mt, .mods-abstract-summary-mt, .mods-subject-topic-mt, .mods-abstract-content-mt {
        display: none !important;
    }
    .inah-result-thumbnail{
        width: 10% !important;
    }
    .inah-result-metadata{
        width: 90% !important;
    }

    /*gird view*/
    .solr-grid-field {
        width: 31% !important;
    }

    /*table view*/
    dt.solr-table-thumb img, .solr-thumb img {
        max-width: 50px;
        max-height: 75px;
        display: block;
        margin-left: auto;
        margin-right: auto        
    }

    .result th {
        background: #dbd6d3 !important;
        color: #2f2f2f !important;
    }
}