/* IcoMoon generated font with icons */
@font-face {
  font-family: 'icomoon';
  src:
      url('fonts/icomoon.ttf?llslek') format('truetype'),
      url('fonts/icomoon.svg?llslek#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play3::before {
  content: "\ea1c";
}

.icon-pause2::before {
  content: "\ea1d";
}

/* Custom styling */
body {
  color: gray;
  background-color: #090909;
  width: 100%;
  display: block;
}

svg,
span.icons {
  cursor: pointer;
}

span.icons {
  font-size: 35px;
  position: fixed;
  left: 8%;
  bottom: 80%;
}

#alert {
  display: none;
  padding: 20px;
  background-color: #bddf26;
  margin-bottom: 15px;
}

#alert h1 {
  font-size: 15px;
  color: black;
}

#viz {
  text-align: center;
  display: -webkit-flex;
}

.col {
  margin: 0 auto;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  min-width: 300px;
}

h2,
h3 {
  color: #999999;
}

h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: -10px;
}

h3 {
  font-size: 13px;
  padding-left: 10px;
}

text.hover-text {
  fill: gray;
  font: 12px sans-serif;
}

.axis text {
  font: 12px sans-serif;
  fill: gray;
}

.axis line {
  stroke: gray;
}

.axis circle {
  stroke: gray;
  fill: none;
  stroke-dasharray: 1, 4;
}

.axis circle.red {
  stroke: #990000;
  stroke-dasharray: none;
}

.axis path {
  fill: none;
  stroke: gray;
  shape-rendering: crispEdges;
}

.axis :last-of-type circle {
  stroke: white;
  stroke-dasharray: none;
}

.year {
  fill: gray;
}

.chart-linear {
  margin-top: -5px;
}

svg text {
  color: lightgray;
}

hr {
  border: 0;
  border-top: 1px solid #2a2d2f;
  width: 40%;
  margin: 20px auto 0;
}

.col.hidden {
  display: none;
}