.container-liquid {
  padding: 0 0 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .container-liquid {
    padding: 0;
  }
}

html {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "adelle", Georgia, serif;
  font-size: 15px;
}

section {
  display: block;
}

#headline {
  margin: 0;
}

#data-rail {
  overflow-y: scroll;
}

.map-container {
  height: 100%;
  position: fixed;
  right: 0;
  width: 64%;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .map-container {
    height: 400px;
    width: 100%;
    position: relative;
  }
}

#map {
  height: 100%;
  width: 100%;
}

.leaflet-popup {
  margin: 0 0 18px 12px;
}

.region-list {
  display: block;
  height: 200px;
  overflow-y: scroll;
}

.top-stat {
  text-align: right;
}

#slider {
  display: inline-block;
  float: right;
  margin-top: 10px;
  width: 73%;
}

#timeline-controls {
  -webkit-box-shadow: 0 3px 12px -6px #222222;
  -moz-box-shadow: 0 3px 12px -6px #222222;
  box-shadow: 0 3px 12px -6px #222222;
  border: 1px solid #eee;
  padding: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.panel {
  -webkit-box-shadow: 0 3px 12px -6px #222222;
  -moz-box-shadow: 0 3px 12px -6px #222222;
  box-shadow: 0 3px 12px -6px #222222;
}
.panel h4 {
  font-family: "adelle", Georgia, serif;
}

.timeline-label {
  font-size: 14px;
}

#timeline-header {
  font-family: "adelle", Georgia, serif;
}

#toggle-description {
  cursor: pointer;
}

#headline h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 27px;
  text-transform: uppercase;
}

#right-rail {
  padding-right: 0px;
}

.table-container {
  height: 277px;
  margin-top: 16px;
  overflow-y: scroll;
}

#region-detail {
  -webkit-box-shadow: 0 3px 12px -6px #222222;
  -moz-box-shadow: 0 3px 12px -6px #222222;
  box-shadow: 0 3px 12px -6px #222222;
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin-bottom: 22px;
}

.region-footer {
  border-top: 1px solid #eee;
  margin-top: 10px;
}

#year {
  display: inline;
  font-size: 16px;
  font-weight: bold;
}

#slider-year {
  margin-left: 7px;
}

.ui-slider {
  width: 60%;
  margin-left: 10px;
  display: inline-block;
}

button.restore {
  display: block;
}

#region-header {
  margin-top: 0px;
  margin-bottom: 0px;
}
#region-header h2 {
  font-size: 23px;
  font-family: "adelle", Georgia, serif;
}

.drug-info {
  cursor: pointer;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.drug-label #drug-header {
  display: inline-block;
  font-size: 18px;
}
.drug-label a {
  display: inline-block;
}

.popover-content {
  width: 276px;
}

#stats {
  margin-top: 20px;
}

.data-list ol {
  margin: 0;
  padding: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #data-container {
    padding: 0;
  }
}

.toggles ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.toggles label {
  margin: 0;
  font-weight: normal;
}
.toggles .radio-button {
  vertical-align: middle;
  margin: 0px;
}

.filter-type {
  display: block;
  font-weight: normal;
}

.model-statistics {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 1332px) {
  .model-statistics {
    margin-top: 11px;
  }
}
.model-statistics ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.model-statistics li {
  margin-bottom: 7px;
}

.footer {
  border-top: 1px solid #eee;
  margin: 10px 0 10px;
}

.stat-number {
  font-size: 18px;
  color: #a82315;
}

.main-stat {
  width: 131px;
  font-size: 16px;
}

.main-stat-number {
  display: block;
  font-size: 33px;
  font-weight: bold;
}

.stat-number-negative {
  color: #6191c5;
}

.stat-description {
  color: lighter(#222222, 10%);
}

#branding {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20%;
  z-index: 101;
}

#branding img.logo {
  width: 100%;
}

.hidden {
  display: none;
}

.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.info {
  -webkit-box-shadow: 0 3px 12px -6px #222222;
  -moz-box-shadow: 0 3px 12px -6px #222222;
  box-shadow: 0 3px 12px -6px #222222;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-family: "adelle", Georgia, serif;
  font-size: 13px;
}

.legend {
  line-height: 18px;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  font-size: 15px;
  margin-right: 8px;
  opacity: 0.7;
}

.legend.year {
  display: inline-block;
  font-family: "adelle", Georgia, serif;
  color: #626262;
  font-size: 67px;
  font-weight: bold;
  position: fixed;
  margin: 27px 0 0 62px;
  opacity: 0.8;
}

.icon-border-region {
  font-weight: bold;
}

.region-subhed p {
  display: inline-block;
}

.social {
  display: block;
  float: right;
  margin-top: 14px;
  margin-right: 20px;
}
.social p {
  display: inline-block;
  margin-right: 5px;
}

select {
  width: 192px;
}
