/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('./fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('./fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    background-color:#eee;
    font-family: 'Roboto' !important;
}

#chart {
    min-width: 290px;
    max-width: 555px;
  }

.wrapper {
  padding: 15px 0;
}

.container {
    max-width: 555px;
    padding: 10px 15px;
    background: white;
    margin: 0 auto;
    font-family: Georgia;
}

.next {
  clear: both;
  margin-bottom: 20px;
  }

.title {
    text-align: left;
    font-family: 'Roboto';
    color: #444;
    font-weight: 600;
    font-size: 1.5em;
    padding: 10px 10px 2px;
}

.titlesub {
    font-family: 'Roboto';
    font-weight: 300;
    color: #444;
    font-size: 1em;
    padding: 0px 10px 10px;
}

.text {
    color: #444;
    padding: 0 1em;
    line-height: 150%;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
  }

  .c3-line {
    stroke-width: .3em !important;
  }

  .c3-tooltip {
    font-family: 'Roboto';
  }

  .c3-ygrids .c3-ygrid {
    stroke: #fff;
    stroke-width: .05em;
    stroke-dasharray: none;
  }

  .c3-tooltip th {
    background: #444 !important;
    text-align: right !important;
    font-weight: 100;
    font-size: .8em !important;}

  .c3-tooltip td {
    border: none !important;}

  .c3-tooltip tr {
    border: none !important;
  }
