body {
  margin: 0;
  padding: 0;
}

#map {
    height: 100vh;
}

.map-key {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    display: block;
}

.map-overlay{
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.10);
    border-radius: 3px;
    position: absolute;
    width: 25%;
    top: 10px;
    right: 10px;
    padding: 10px;
    display: block;
    z-index: 1000;
}

#legend {
  line-height: 18px;
}

.legend-key {
  display: inline-block;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.key-title{
    display: inline-block;
}

.scroll{
    height: 100vh;
    overflow: scroll;
}

.fatal{
    background-color: #fff;
    border: 2px solid #ff0000;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}