#clickmapOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

#clickmapLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:transparent url(../img/loading.gif) no-repeat center center;
}

#clickmapContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clickmapContainer section {
    position: relative;
    height: 100%;
    width: 100%;
}

#clickmapContainer div {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 36px 0px rgba(255, 255, 0, 1);
    -moz-box-shadow: 0px 0px 36px 0px rgba(255, 255, 0, 1);
    box-shadow: 0px 0px 36px 0px rgba(255, 255, 0, 1);
    z-index: 20;
}

.displayClickMap {
    width: 200px;
    height: 50px;
    padding: .5em;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ff5050;
    border: none;
    cursor: pointer;
}

.button a {
    color: white;
    text-decoration: none;
}