html {
  font-size: 16px;
}

body {
  background-color: #fef7ea;
  margin:0px;
}

#graphContainer{
  height:350px;
}

h1, h2, p {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 1.1rem;
  border-bottom: 1px solid black;
  padding: 0px 0px 9px 0px;
  margin: 0px 0px 5px 0px;
  font-weight:300;
}


.legends {
  margin: 0;
  margin-bottom:13px;
}

.legend {
  font-weight: bold;

}

.legends span {
  text-transform: uppercase;
  margin-right: 2px;
}

.legends .square span:before {
  content: '\25AE';
  font-size: 1.3rem;
}

.legends span.yellow {
  color: #df9827;
}

.legends span.red {
  color: #d93b20;
}

.legends span.green {
  color: #008f8a;
}

.legends span.blue {
  color: #0078b2;
}

.legends span.black {
  color: #231f20;
}

.source {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
