﻿.bottom-bar {
    position: fixed;
    z-index: 10000;
    background-color: #1a2429;
    width: 100%;
    height: 24px;
    bottom: 0;
}

.map-coordinateDiv {
    font-size: 12px;
    font-family: Calibri, Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #f9fafc;
    position: absolute;
    top: 4px;
    padding: 0 6px;
    z-index: 1000000;
    background: #1a2429;
}
