.annotation-popup {
    display: none;
    position: absolute;
    bottom: 10px;
    max-height: 200px;
    overflow: auto;
    width: 454px;
    border: 3px solid #114460;
    border-radius: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    color: #052534;
    font-family: 'roboto slab' !important;
    font-size: 15px !important;
    z-index: 99;
}

.annotation-popup .annotation-popup-close {
    font-size: 10px;
    cursor: pointer;
}