/*
 * Copyright (c) 2015-2016 TriVir LLC - All Rights Reserved
 *
 *  This software is proprietary and confidential.
 *  Unauthorized copying of this file, via any medium, is strictly prohibited.
 */

@media print {
    .ui-tabs-nav {
        display: none;
    }
    .ui-tabs .ui-tabs-hide {
        display: block !important;
    }
    h4.forPrint {
        display: block;
    }
    .noPrint {
        display: none;
    }
    a {
        display: none;
    }
    .filing .header {
        text-decoration: underline;
    }
    #caseActions .caseInfo {
        display: none;
    }
    #judgments .caseInfo {
        display: none;
    }
    #remittitur .caseInfo {
        display: none;
    }
}

.forPrint {
    display: none;
}
