/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #427AA1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#app {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto; }

#stats {
  padding-top: 1em;
  border-bottom: 1px solid #3C91E6;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  #stats::before, #stats::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  #stats::after {
    clear: both; }
  #stats label {
    color: #aaa;
    font-weight: bold; }
  #stats #day {
    font-size: 1.5rem;
    font-weight: bold;
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #stats #day {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #stats #day, #stats #day:last-child:not(:first-child) {
      float: left;
      clear: none; }
    #stats #day:last-child:not(:first-child) {
      float: right; }
  #stats #ytd {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #stats #ytd {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #stats #ytd, #stats #ytd:last-child:not(:first-child) {
      float: left;
      clear: none; }
    #stats #ytd:last-child:not(:first-child) {
      float: right; }
    #stats #ytd label {
      padding-left: 1rem; }

#toggle {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: right; }
  #toggle::before, #toggle::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  #toggle::after {
    clear: both; }

#linechart {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  #linechart::before, #linechart::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  #linechart::after {
    clear: both; }

#ahead {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  color: #9FD356;
  font-size: 4rem;
  font-weight: bold;
  padding-left: 1rem;
  text-align: center; }
  #ahead::before, #ahead::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  #ahead::after {
    clear: both; }

#behind {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  color: #FA824C;
  font-size: 4rem;
  font-weight: bold;
  padding-left: 1rem;
  text-align: center; }
  #behind::before, #behind::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  #behind::after {
    clear: both; }
