body {
    margin: 0;
    padding: 0;
}

#rawMap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#baselineMap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#syndiffixMap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.map-overlay-top {
    font: 12px/18px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    padding: 10px;
}

.map-overlay-bottom {
    background-color: rgba(255, 255, 255, 0.8);
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 273px;
    padding-bottom: 20px;
}

.map-overlay-top .map-overlay-inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.map-overlay-top h2 {
    line-height: 24px;
    display: block;
    margin: 0 0 10px;
}

.map-overlay-top h3 {
    display: block;
    margin: 0 0 0;
    font-weight: normal;
    font-style: italic;
}

.map-overlay-top p {
    margin-top: 12px;
    margin-bottom: 0;
}

.map-overlay-top input {
    background-color: transparent;
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

.map-overlay1-caption-left {
    font: 8px/10px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    right: 2px;
    bottom: 50px;
    z-index: 1;
    transform: rotate(90deg);
}

.map-overlay1-caption-right {
    font: 8px/10px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    left: -60px;
    bottom: 80px;
    width: 155px;
    z-index: 1;
    transform: rotate(90deg);
}

.map-overlay2-caption-left {
    font: 8px/10px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    right: -60px;
    bottom: 80px;
    width: 180px;
    z-index: 1;
    transform: rotate(90deg);
}

.map-overlay2-caption-right {
    font: 8px/10px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    left: -60px;
    bottom: 80px;
    width: 180px;
    z-index: 1;
    transform: rotate(90deg);
}

.slider {
    width: 100%;
}

.check {
    width: 10%;
}

.legend {
    width: 100%;
    text-align: center;
}

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