@page {
   size: landscape;
}
html, body {
  width: 100%;
}
.header {
   padding: 0;
}
.bodywrap {
   margin: 20px auto -48px auto;
   top: 288px;
   width: 100%;
}
.header .col.left,
body.inFrame .header .col.left {
   height: 136px;
   min-width: 360px;
   max-width: 360px;
   width: 360px;
}
.header .col.right,
body.inFrame .header .col.right {
   height: 136px;
   padding: 0;
}
.header #density {
   left: -120px;
}
.header #benchmark {
  margin-top: -64px;
}
.slidecontainer.undone {
   display: none;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  min-width: 400px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  outline: none;
  opacity: 1;
}
/*
.slider:hover {
  opacity: 1;
}
*/
.slider::-webkit-slider-thumb {
   display: none;
   -webkit-appearance: none;
   appearance: none;
   width: 2px;
   height: 5px;
   background: #001D41;
}
.slider::-moz-range-thumb {
   display: none;
   width: 2px;
   height: 5px;
   background: #001D41;
}
.bubble {
/*    display: none;*/
   background-color: #ffffff;
   border: 1px solid #001D41;
   top: 22px;
}
#pdfButton {
   display: none !important;
}
body.inFrame div.iframewrap,
body.inFrame div.iframewrap iframe,
#body {
   overflow: visible !important;
}