﻿@media print {

    #divRecords, #divDBLPFLButtons, #header #navigation, #square, #footer, #btnPrint, #divScheduledBenefits, .noprint{
        display: none;
    }
    body{
        background:#fff;
    }
    #spnDBLPFL {
        display: inline-block;
    }
    a[href]:after {
        content: none !important;
    }
    .noprint {
        visibility: hidden;
    }
}
