body {
  font-family: "Open Sans";
  font-size: calc(15px + 0.390625vw);
  margin-right: 5vw;
  margin-left: 5vw;
}

h1 {
  text-align: center;
  font-weight: 300;
  font-size: max(2rem, min(6vw, 7vh));
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h2 {
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#footer {
  text-align: center;
}

#linkToStart {
  text-decoration: none;
}

#licenses {
  padding-top: 28px;
}

.licenseParagraph {
  font-family: "Roboto Mono";
  border-radius: 4px;
  font-size: 1rem;
  width: calc(100%-10px);
  margin-bottom: 60px;
  padding: 5px;
  white-space: pre-wrap;
}

p {
  font-size: 1rem;
}

.hidden {
  display: none;
}

.topMenu {
  text-align: right;
  float: right;
}

.chartControls {
  text-align: left;
  margin-top: 0px;
  margin-left: 2rem;
}

#localeToggle {
  cursor: pointer;
  font-style: normal;
}

#lightOrDarkStyleToggle {
  cursor: pointer;
  font-style: normal;
}

#yAxisDirectionToggle {
  cursor: pointer;
  font-style: normal;
}

#quarterTitle {
  font-style: normal;
}

#prevQuarterLink {
  cursor: pointer;
  font-style: normal;
}

#nextQuarterLink {
  cursor: pointer;
  font-style: normal;
}

.locationListItem {
  cursor: pointer;
}

.searchIcon {
  padding: 10px;
  position: absolute;
  font-style: normal;
}

.locationSelectorContainer {
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  font-size: 1rem;
  justify-content: left;
  max-width: 30rem;
  margin-bottom: 20px;
}

.locationSelector {
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  justify-content: left;
  min-height: 44px;
  padding-left: 40px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  background: transparent;
}

.locationSelector:focus {
  border: none;
  outline: none;
}

.removeLocation::before {
  content: "×";
}

.chosenLocations {
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
  font-size: 1rem;
  justify-content: left;
  min-height: 60px;
  padding-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}

.chosenLocation {
  border-radius: 4px;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
  font-weight: bold;
  white-space: nowrap;
}

.chosenLocation:last-of-type {
  margin-right: 0;
}

.chosenLocation i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  font-style: normal;
}

.chart-container-outer {
  width: 90vw;
  height: 40vw;
  margin: auto;
}

.chart-container {
  position: relative;
  width: 100%;
  height: 100%;
}
