﻿    #iw-container {
        margin-bottom: 5px;
    }

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: large;
        font-weight: 400;
        padding: 5px;
        background-color: #48b5e9;
        color: white;
        margin: 0;
        border-radius: 2px 2px 0 0;
    }

    #iw-container .iw-content {
        font-size: small;
        line-height: 1.125em;
        font-weight: 400;
        margin-right: 0px;
        padding: 5px 5px 5px 5px;
        max-height: 220px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: darkgray;
    }


.map-style {
    border: 1px black solid;
    border-radius: 5px 5px 5px 5px;
}

.map-style2 {
    border: 1px darkgray solid;
    border-radius: 5px 5px 5px 5px;
}

/* Google Map Marker and Info Window */
.marker-popup-lightno {
    font-size: medium;
    font-weight: bold;
    color: darkred;
}

.marker-popup-location {
    font-size: medium;
    color: black;
}

.marker-popup-normal {
    font-size: medium;
    color: green;
}

.marker-popup-broken {
    font-size: medium;
    color: red;
}

.marker-popup-work {
    font-size: medium;
    color: yellow;
}

.map-border {
    border-color: lightslategrey;
    border-width: 1px;
    border-style: solid;
}

.marker-popup-link {
    font-size: medium;
    background-color: darkgray;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}



    
