
#heatmapRoutesOverlay {
    top: 5px;
    right: 50px;
}

.heatmapLineOptions {
    font-size: 0.85em;
    color: white;
}

.heatmapLineOptions td {
    vertical-align: middle;
}

.heatmapLineOptions label,
.heatmapLineOptions input {
    cursor: pointer;
}

.heatmapNameLabel {
    margin: 0 7px 0 1px;
    padding: 1px 5px;
    min-width: 100px;
    font-size: 1.1em;
}

.heatmapLineOptions input[type="time"] {
    font-size: 10px;
}

.mapButtons label {
    font-weight: normal;
}

.mapButtons .divider {
    display: inline-block;
    margin: 0 10px;
    border-left: 2px solid rgba(255,255,255,0.4);
    width: 1px;
    height: 18px;
    vertical-align: middle;
}

#startClockBtn {
    margin: 0 10px;
}

.clockDisplay {
    margin: 0 5px 0;
    padding: 3px 6px;
    color: #EA593D;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

#timeRange {
    width: 200px;
    vertical-align: middle;
    margin-right: 10px;
}

#sourceLinks {
    display: inline-block;
    margin-left: 10px;
}

#loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:  0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
}

.map-rs-link {
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 12px;
}

#results45km {
    display: none;
}