@CHARSET "UTF-8";

@media print
{
    #info
    {
        border-bottom: 0px !important;
    }

    #changeCompany
    {
        border: none !important;
        float: right !important;
        margin-top: -36px;
    }
    
    #changeCompany input
    {
        display: none !important;
    }
    
    #leftnav, #menu, #logininfo, #pdflink, #main_menu_button, .iconBar
    {
        display: none;
    }

    .page-break
    {
        clear: both;
        page-break-before: always !important;
    }

    .widetable
    {
        margin-left: 0 !important;
    }
    
    /*Page specific*/
    #intrinsicValueCalculatorForm input.button
    {
        display: none;
    }
    
    #summaryReport .tableGap
    {
        line-height: 10px;
    }
    
    #summaryReport #showValues
    {
        display: none;
    }
    
    #screening .panel, #screening #showCompaniesContainer, #screening #showCompaniesButton, #screening #saveScreeningSetButton
    {
        display: none;
    }
    
    #screening #companyList
    {
        display: block;
    }
}
