/* 

















 configuration.ftl included */

@media print { 
    #headLogo,
    .headNaviContainer,
    #headButtons,
    .sideNavContainer,
    #breadCrumb,
    .summary,
    a#printTermsOfUseButton,
    #foot {
        display: none;
    }
    
    .contentContainer {
        width: 100%;
    }
    
    .box-default h2 {
      margin: 20px 0 40px;
    }
    
    .box-default p {
      widows: 3;
      orphans: 3;
    }
    
    #termsOfUse .content a {
      margin-bottom: 6px;
      display: inline-block;
    }
    
    #printLogo {
        display: block;
        margin-bottom: 45px;
    }
}