body {
  z-index: 1;
  font-family: Helvetica Neue;
}

#chart rect {
  fill: #3498db;
}

#chart text {
  fill: #34495e;
  font-size: 10px;
  text-anchor: end;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.tick line {
  opacity: 0.1;
}

a {
  display: inline;
  text-decoration: none !important;
}

#title {
  font-weight: 500;
  font-size: large;
  margin-left: 400px;
}

#sort-container {
  margin-left: 400px;
}

#sort-label {
  margin-top: 10px;
  display: inline-block;
}

#viewSelect {
  margin-left: 5px;
  display: inline-block;
  font-family: Helvetica Neue;
}

#chart {
  display: block;
}

#tooltip {
  pointer-events: none;
}

#bottom_fade {
  width: 100%;
  height: 50px;
  z-index: 99;
  position: fixed;
  bottom: 0px;
  background-image: url("bottom-fade.png"); 
  background-position: bottom center; 
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}