@charset "utf-8";
/* ========================================
print
======================================== */
@media print {
  body {
    width: 1020px !important;
    *zoom: 1;
    zoom: 1;
  }
  #ste-header-container {
    position: relative !important;
  }
  #grd-wrapper {
    padding-top: 0 !important;
  }
  #ste-header-container .ste-head-sub,
  #grd-fat-footer,
  #grd-fat-foot-nav,
  #grd-fat-foot-medium,
  #grd-page-top {
    display: none !important;
  }
}
