@media print {
  html,
  body {
    background-color: #fff !important;
  }
  .print-header {
    margin-bottom: 25px;
    display: block;
    float: left;
  }
  .print-header .print-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
  }
  .print-header .print-site-title {
    font-size: 30px;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    top: 5px;
    font-weight: bold;
  }
  .standard-page .title-print {
    display: block;
    clear: both;
    float: left;
    margin-bottom: 25px;
  }
  .standard-page .title-print .title {
    margin-bottom: 15px;
  }
  .standard-page .title-print .title h1 {
    font-size: 26px;
    font-weight: bold;
    color: #444444;
  }
  .standard-page .title-print .title h2 {
    padding-top: 5px;
    font-size: 18px;
    font-style: italic;
    color: #030303;
  }
  .standard-page .title-print .section-title {
    padding-left: 20px;
    padding-top: 3px;
    font-size: 24px;
    padding-left: 0;
    font-weight: bold;
  }
  .standard-page .main-block {
    display: block !important;
    clear: both;
    float: left;
    margin: 0 2.5vw;
    width: 100% !important;
  }
  #section-page {
    width: 100% !important;
  }
  #section-page .main-block {
    width: 100% !important;
  }
  #section-page .main-block .major-content-block {
    display: inline !important;
    clear: both;
    float: left;
    width: 90% !important;
  }
  .main {
    width: 100% !important;
    display: block;
  }
}