html,
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
}

h1 {
  font-weight: 500 !important;
}

.navbar-tbl {
  height: 70px;
}

.navbar-brand {
  margin-left: 20px;
}

.page-header {
  font-size: 25px;
  color: white !important;
}

.spacer {
  flex: 1 1 auto;
}

.smallDivider {
  height: 13px;
  width: 200px;
  background-color: #0d2c7a;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.smallDividerLeft {
  height: 13px;
  width: 200px;
  background-color: #0d2c7a;
  display: block;
  margin-top: 20px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stat-text {
  font-size: 60px;
  font-weight: 600;
}

.stat-title {
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  margin: 0;
}

.rc-slider-track {
  background-color: #0d2c7a !important;
}

.rc-slider-handle {
  background-color: #0d2c7a !important;
  border: 2px solid #0d2c7a !important;
}

.rc-slider-dot-active {
  background-color: #0d2c7a !important;
  border-color: #0d2c7a !important;
}

.time-series-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.footer-container {
  display: flex;
  float: right;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
}
