<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (orientation:landscape){

  body{
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100%;
  }

  /*Header*/
  #header{
    width: calc(100% - 325px);
    position: absolute;
    right: 0px;
    top:0px;
  }
  .polygonLegend{
      right:0px;
      width: 250px;
  }
  .largeMapTitle{
    font-size: 19px;
  }
  #largeSubHeader{
    font-size: 15px;
  }
  #nationalRateContainer{
    margin-top: 0px;
  }
  #largeSubHeader-Footnote{
        font-size: 12px;
  }
  /*County Detial Page*/
  #countyDetail{
    height: 70%;
  }

  .footer-button{
    margin-right: 40px;
  }
  .sidebar{
    z-index: 9;
  }
  #footer{
    z-index: 10;
    background-color: white;
  }
}
</pre></body></html>