#wrapper {
  font-family: "Open Sans", sans-serif;
  max-width: 700px;
  margin: auto;
}

#container {
  max-height: 500px; 
  max-width: 700px; 
  margin: 0px auto; 
}

#table_notes {
  font-size: .7rem;
  color: #666;
}

#drilldown_chart {
  max-width: 600px;
  margin: 20px auto;
}

.tooltip_chart {
  height: 120px; 
  width: 300px;
  margin: auto;
  padding: 0px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

table {
  margin: 10px auto;
}

.slider-wrapper {
  width: 300px;
  max-width: 100%;
  margin: auto;
}

#year_slider {
  margin: 5px auto;
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 3px;
  background: #E4DCD5;
  outline: none;
  display: block;
}

#year_slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    border-radius: 20%;
    background: #4E7686; /* Green background */
    cursor: pointer; /* Cursor on hover */
}


#year_slider::-moz-range-thumb {
    -moz-appearance: none;
         appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    border-radius: 20%;
    background: #4E7686; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

#year_label {
  text-align: center;
  color: rgba(100,100,100,0.9);
  font-size: 1.20rem;
  margin: 10px auto 0 auto;
}

.title {
  text-align: center; 
  font-weight: 400; 
  color: #c14d00;
  margin: 10px 0;
}