/* lightblue	#66b3e6	rgb(102,179,230)
blue	#0078c8	rgb(0,120,200)
grey	#78777a	rgb(120,119,122)
dark	#1d1d1d	rgb(29,29,29)
darker	#0a1633	rgb(10,22,51)
lightgrey #f2f2f2 */

:root {
  font-size: 1em;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
html, body {
  background: white;
}
html, body ,h1, p {
  margin: 0;
  padding: 0;
}
#container {
  max-width: 610px;
}
#header {
  border-top: 2px solid #0078c8;
}
#title, #footer, #selectorDiv {
  color: #0a1633;
}
#title, select, select option, #legendTitle, .legendLabel {
  font-weight: bold;
}
#title {
  font-size: 1.75rem;
  padding: 10px 0;
}
#description, #tip, select, select option {
  color: white;
}
#description {
  padding: 15px 15px 1px 15px;
}
#description, #tip h1 {
  font-size: 1.1rem;
}
#chartContainer {
  padding-bottom: 15px;
}
#chart, #chartContainer, #description, select {
  background: #0A1633;
}
#tip {
  position: absolute;
  background: #0078c8;
  padding: 5px;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  text-align: center;
  -webkit-box-shadow: 0.1rem 0.1rem 1rem black;
          box-shadow: 0.1rem 0.1rem 1rem black;
}
#footer, #selectorDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer {
  background: #f2f2f2;
  padding: 15px;
  border-bottom: 2px solid #0078c8;
}
#footer, #tip p {
  font-size: .9rem;
}
#selectorDiv {
  padding-bottom: 15px;
}
select {
  width: 100%;
  outline: none;
  border: none;
  padding: 5px;
  border-radius: 10px;
  font-size: 1rem;
}
#legendTitle, .legendLabel {
  fill: white;
  text-anchor: middle;
}
#legendTitle, .legendLabel, .axis text {
  font-size: .7rem;
}
.legendBox rect {
  rx: 5;
}
.axis text, #legendTitle, .legendLabel {
  fill: #f2f2f2;
}
.axis path, .axis line {
  stroke: none;
}
