

#map {
    width: 100%; height: 400px; 
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

.postbooks {
    /*padding-top: 26px;*/
    overflow: hidden;
}
.booksText {
    background-color:#0095E5; 
    height:40px;
    text-align:center;
    /*padding-top:10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
}