

#map-canvas {
    width: 100%;
    min-height: 380px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}

#map-canvas.info-size{
  min-height: 409px;
}

@media only screen and (max-width: 500px) {
    #map-canvas {
        display: none;
    }
}

.gm-style-iw {
    height: 100% !important;
    overflow: hidden !important;
    font-family: Arial, sans-serif;
}

.big-map {
    height: 380px;
}

.map-links {
    margin-right: -20px;
}

    .map-links ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .map-links ul li {
            float: left;
            width: 20%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            background: url(../images/arrow-right-blue.png) no-repeat;
            background-position: 90% center;
            background-position: right 19px center;
            background-color: #ebb91e;
            color: #004588;
            font-size: 14px;
            font-weight: 700;
            display: inline-block;
            text-transform: uppercase;
            min-width: 110px;
            text-align: center;
            cursor: pointer;
            margin: 0 0 20px 0;
            border-right: 20px solid white;
        }

            .map-links ul li a {
                display: inline-block;
                width: 100%;
                padding: 11px 33px 11px 26px;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

@media only screen and (max-width: 1300px) {
    .map-links ul li {
        width: 25%;
    }
}

@media only screen and (max-width: 1100px) {
    .map-links ul li {
        width: 33.333%;
    }
}

@media only screen and (max-width: 800px) {
    .map-links ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 550px) {
    .map-links ul li {
        width: 100%;
    }
}

.map-bubble-title {
    display: inline-block;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-decoration: underline;
}

    .map-bubble-title:hover {
        text-decoration: none;
    }

.map-bubble-districts {
    min-width: 250px;
    max-width: 250px;
    width: auto;
    /*min-height: 30px;*/
    height: auto;
    text-align: center;
}

.counted-label {
    color: #ffdc05;
    background-color: #004687;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 2px solid black;
    white-space: nowrap;
}

.kdu-map-icon {
    color: #ffdc05;
    background-color: #004687;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 700;
    display: flex !important;
    justify-content: center;
    align-items: center;
}