
html, body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

#map {
  height:100%;
  min-height:100%;
  min-width:100%;
  display: block;
}

.fill, .row, .container-fluid {
  height:100%;
  min-height:100%;
  padding:0;
}

.land {
  fill: #ddd;
}

.border {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.bubble {
  fill: brown;
  fill-opacity: .75;
  stroke: #fff;
  stroke-width: .5px;
  stroke-opacity: .75;
}

.bubble:hover {
  stroke: #000;
  cursor: default;
}

.year {
  font-size: 24px;
}

.infoWindow {
  font-style: sans-serif;
  font-size: 12px;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right:20px;
  top:20px;
}

.legend{
  position:absolute;
  padding:10px;
  right:10px;
  bottom:60px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff; 
}

.legend-alt {
  width:210px;
  height:130px;
}

#legendToggle {
  font-size: 1.5em;
}

.x {
  position: realtive;
  top:0px;
  right:0px;
}

.legend-alt circle {
  opacity:.75;
  stroke: #333;
  stroke-width: .5px;
}

.svglegend {
  z-index: 150;
}

p {
  font-size: 14px;
}

header {
  background-color:#333;
  color:#fff;
  padding:1em 2.5% 0.5em;
}

.controls {
  margin-bottom:10px;
}

#search .tt-dropdown-menu {
  max-height: 100px;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
}

.source {
  font-style: italic;
  font-size: 12px;
}

@media (max-width: 768px) {
  .fill {
    margin:10px;
  }
}