@media print{
    @page {
        size: landscape
    }
  .headerTitleNoSub{
    color:black !important;
    background-color:initial !important;
  }
    .submitbutton, .footersection, .progressContainer{
        display:none !important;
    }
  body{
        background: initial !important;
  }
  .rightNoSubheading{
    background-color:initial !important;
  }
    .detailSq,#container3{
        page-break-after: always;
    }
    hr.breaking{
        display:none;
    }

    .talLevel,.purpLevel, .planLevel, .techLevel{
        font-style:italic !important;
        font-weight:bold !important;
        color:#DB536A !important;
    }
  
  @media only screen and (max-width: 800px) {


    text.highcharts-plot-line-label:nth-of-type(5), text.highcharts-plot-line-label:nth-of-type(9) {
      transform: translateY(-20px);
    }
}
    
}

hr.breaking{
    border-top:1px solid #0000004f;
}
