@media only print {
    body {
        padding: 0;
        margin: 0 !important;
    }
    .container {
        width: 740px;
        margin: 0 0 0 0;
    }
    .nohidden-print {
        display: block !important;
    }
    #Link1 {
        padding-left: 90px;
        padding-bottom: 5px;
    }
    .print-div-6 {
        width: 525px !important;
        margin-top: 10px;
    }
    #radarChart {
        width: 490px !important;
        height: 395px !important;
        background-color: #f5f5f5 !important;
    }
    .sim_radar_chart_bottom_legend {
        width: 490px !important;
        background-color: #f5f5f5 !important;
    }
    h4.header_logonone_title {
        margin: 0 !important;
        padding-top: 8px !important;
        height: 30px !important;
    }
    .sim_input_div2 {
      /*  padding-left: 250px;
        margin-top: -34px; */
        padding-left: 15px;
    }
    .header_title {
        background-color: #eee !important;
    }
    #footer2 {
        padding: 0 !important;
        margin: 0 !important;
        height: 0 !important;
        line-height: 20px;
    }
    .print_inline_block {
        display: inline-block;
    }
}

.nohidden-print {
    text-align: left  !important;
    display: none;
}
