﻿@media print {
    #EngageBanner, .util-box, ul.nav.navbar-nav, .dash_display, .export, .bg-beige, .header-wrap-sub, #DashboardNav, .footer, .gearstyle, .logoutstyle {
        display: none
    }

    #PrintDashboard {
        font-size: 26pt;
        color: #000;
        display: block;
        text-align: center;
        padding: 15px 0;
        margin:80px 0;
        line-height:26px;
    }

    .PrintHeader{
        display:block;
    }
    
    #engageChartHolder {
        background: #fff;
        color: #000;
        font-size: 14pt;
        line-height: 150%;
        margin: 0px;
        display: block;
        height: 100%;
        float: none !important;
    }

     
    .EngChart_box {
        width: 200px;
        float: left;
        margin: 0 50px;
        border: solid 2px #000
    }

    .row {
        clear: both;
    }
}

