body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', serif;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#info {
  z-index: 1000;
  position: absolute;
  width: 500px;
  top: 1%;
  bottom: 1%;
  left: .5%;
  padding: 40px 15px 900px 15px;
  background: #343a40;
  color: white;
}

#info a {
  color: lightgray;
  text-decoration: none;
}

#info a:hover {
  color: white;
  opacity: 0.3;
}

#title {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}

#title span {
  font-size: 14px;
  float: right;
  margin-right: 10px;
}

#desc,
.desc2 {
  text-align: center;
  color: lightgray;
  font-size: medium;
  font-weight: bold;
  margin-bottom: 0px;
}

#county-count,
#cases-sum,
#deaths-sum {
  margin: 0;
  text-align: center;
  color: orange;
  font-size: 50px;
  font-weight: 700;
}

#covid-chart {
  top: 20px;
}

#footer {
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 150%;
  color: lightgray;
}

#legend {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 10px 20px 10px 10px;
  border-radius: 3px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

.legend-row {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 6px;
}

.swatch {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  opacity: 0.85;
  border: 1px solid rgba(0,0,0,0.15);
}

.break {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.dot {
  display: inline-block;
  margin-top: 5px;
  border-radius: 50%;
  opacity: 0.6;
}

.dot-label {
  position: absolute;
  top: 0;
  right: 0;
  font-style: italic;
}


text {
  fill: gray;
}

.tick line {
  stroke: gray;
}

.c3-axis path {
  stroke: gray;
}


.c3-tooltip-container {
  color: black;
}

.name, .value {
  background-color: black;
  color: black;
}
