﻿.map-viewer canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

.map-viewer:-webkit-full-screen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.map-viewer .side-panel {
    position: relative;
    float: right;
    clear: right;
    z-index: 32;
    width: 256px;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    font-family: sans-serif;
    padding: 16px;
    margin: 8px;
    user-select: none;
}

.map-viewer .side-panel .slider {
    width: 240px;
    margin: 8px;
}

.map-viewer .side-panel .label {
    display: inline-block;
    font-size: 10pt;
    padding-right: 8px;
    color: #cccccc;
}
