body {
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
}

#figure {
  height: 450px;
}

h3.map-title {
    text-align: left;
    margin-bottom: 15px;
}

#map-selected {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}

.stub, .stub2 {
  text-align: left;
}

.stub {
  font-weight: bold;
}

.highcharts-data-label tspan {
  font-weight: bold;
  cursor: pointer;
}

.highcharts-title tspan, .highcharts-subtitle tspan {
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova",sans-serif;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 1;
  cursor: pointer;
}

.select-label {
  font-size: 12px;
  color: #444444;
  margin: 0 0 0 9px;
  padding-bottom: 5px;
}

#selector {
  margin-top: 10px 0 10px 0;
}

.chosen-select {
  max-height: 80px;
  border-color: #000000;
  border-radius: 0;
}

.chosen-container {
  font-size: 11px;
}

.chosen-container .chosen-results  {
  font-size: 11px;
}

.chosen-container-single .chosen-select {
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
    border: none;
    height: 34px !important;
    cursor: text;
    margin-top: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    text-indent: 0;
    margin-left: 0;
  }

.chosen-container-single .chosen-single {
  border-radius: 0;
  border: 1px solid #666666;
  background: #ffffff;
}

.notes {
  font-family: "Gotham SSm A","Gotham SSm B","Proxima Nova", sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 1.2rem;
  margin-top: 20px;
}

p em {
  font-style: italic;
}

@media only screen and (max-width: 500px) {
  #figure {
    height: 300px;
  }
}

  
