
#map {
    height: 1000px;
}

/* Bugfix (kijelölt területek-re) */
.article-content #map img {
    max-width: none;
}

#invisibleLinks {
    display: none;
}

#map-canvas {
    height: 580px;
    width: 100%;
}

#map-canvas .flag {
    width: 60px;
    margin-right: 0;
    margin-left: 10px;
    border: 1px solid #e9e9e9;
}

#map-canvas .tooltipHeader {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "HelveticaLTStd-Light", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: bold;
    background: #0f0f0f;
    height: 33px;
    line-height: 33px;
    padding: 0 14px;
}

/* tooltip külső eleme */
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw.is-visible {
    border-radius: 0 !important;
    padding: 0 !important;
}

/* tooltip belső eleme */
.gm-style .gm-style-iw .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.gm-style .gm-style-iw .tooltipData p {
    margin-bottom: 0;
}

.gm-style .gm-style-iw.is-visible,
.gm-style .gm-style-iw > div,
.gm-style .gm-style-iw > div >div{
    overflow: visible !important;
}

/* infoWindow bezáró "X" eltűntetése */
.gm-style .gm-style-iw .gm-style-iw-chr {
    display: none !important;
}
