body {
   font-family: "Open Sans",Helvetica,Arial,sans-serif;
   font-size: 12px;
   line-height: 1.66666667;
   color: #363636;
}

.container {
    max-width: 90%; /* Allows content to shrink on small screens */
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

h1, h2, h3 {
   font-weight: 300;
   font-size: 2rem; /*22px;*/
   margin-top: 20px;
   margin-bottom: 10px;
   line-height: 1.1;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(OpenSans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.chart-large {
    min-height: 400px;
}

.chart-small {
    min-height: 170px;
}

.chart-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (max-width: 768px) {
    .chart-container {
        display: none;
    }
}
@media (min-width: 769px) {
    .chart-container-small {
        display: none;
    }
}

#sensor-chart-24 {
    display: none;
}

#sensor-chart-24-small {
    display: none;
}
