html,
body {
  max-width: 40em;
  margin: 0;
}

#daily-container,
#total-container {
  padding: 10px;
  border: 2px solid rgb(238, 238, 238);
  -moz-box-shadow: inset 0 0 6px rgb(238, 238, 238);
  -webkit-box-shadow: inset 0 0 6px rgb(238, 238, 238);
  box-shadow: inset 0 0 6px rgb(238, 238, 238);
}

h2,
.subheader {
  font-family: benton-sans, arial;
}

.subheader {
  color: grey;
}

#daily-cases,
#total-cases {
  width: 100%;
  height: 300px;
}

.line-daily,
.line-total {
  stroke-width: 3;
  fill: none;
}

.oldline-total,
.oldline-daily {
  fill: none;
  opacity: 0.1;
}

svg,
text {
  color: grey;
  font-size: 14px;
}

.chart-header,
.header {
  font-family: benton-sans, arial;
  font-size: 20px;
  font-weight: 700;
}

.chart-header {
  color: grey;
  text-align: center;
}

.caption {
  font-family: benton-sans, arial;
  font-size: 14px;
  color: grey;
  padding: 0px 20px;
  margin: auto;
}

.credit {
  font-family: benton-sans, arial;
  font-size: 10px;
  color: grey;
}

a {
  color: grey;
}
