* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
    width: 100vw;
}

#spotMap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #292929;
}

#locateButton {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    z-index: 1000;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;

    font-size: 22px;
    font-weight: bold;
    font-family: 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}
#locateIcon {
    fill: #000;
    width: 20px;
    height: 20px;
    margin: 5px;
}

#locateButton:hover,
#locateButton:active,
#locateButton:focus {
    background-color: #f4f4f4;
}
