#map_canvas {
    width: 80%;
    height: 80%;
    z-index: 0;
    margin: 50px auto 0 auto;
    background: #1B2D33;
}

.infoWindow {
    width: 400px;
    height: 300px;
    border-radius: 25px;
    padding: 20px;
    overflow-y: hidden;
}

.infoBlock {
    width: 75%;
    overflow-y: hidden;
    float: left;
}

.infoBlock-tab {
    font-size: 18px;
}

.infoBlock-tab:hover {
    border-bottom: 2px black solid;
}

.infoBlock-tab-active {
    border-bottom: 2px black solid;
}

.infoBlock-content {
    overflow-y: auto;
    height: 65%;
    width: 100%;
}

.infoBanner {
    width: 25%;
    float: left;
    border: none;
    margin-bottom: 20px;
    text-align: right;
}

.title {
    font-size: 25px;
    font-weight: bold;
}

.block-text {
    text-align: justify;
    padding-right: 20px;
}

.block-header {
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.banner-image {
    width: 75%;
}

p {
    line-height: 1.5;
}