.gm-style-iw-c, .gm-style-iw-d {
    max-width: unset !important;
    max-height: unset !important;
    overflow: unset !important;
}

.gm-style-iw-chr {
    margin-top: 1em;
    height: 0.4em;
}

.site-info-window-header {
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-top: 1px solid #FFA500;
    border-bottom: 4px solid #385696;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    text-align: center;
    padding: 0 1em;
    line-height: 2.4em;
    margin-bottom: 1em;
}

.site-info-window-table {
    width: 20em;
    margin-bottom: 0.3em;
}

.site-info-window-table colgroup col:nth-child(1) {
    /* Attribute */
    width: 50%;
}

.site-info-window-table colgroup col:nth-child(2) {
    /* Value */
    width: 50%;
}

.site-info-window-table tbody td {
    padding: 0.25em;
    border: none;
}

.site-info-window-table td:nth-child(2) {
    text-align: center;
    font-weight: normal;
}

.site-info-window-table .wind-speed {
    border-top: 2px solid #385696;
}

.site-info-window-table .wind-speed td {
    padding-bottom: 0;
}

.site-info-window-table td img {
    width: 1.5em;
}

.site-info-window-table .compass {
    width: 10em;
    height: 10em;
    text-align: center;
    background-image: url("../img/compass-face.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-info-window-table .needle {
    width: 8em;
    height: 8em;
}

/* Rodeo map stuff */

.legend-info-window {
    width: 22em;
}

.legend-info-window > div {
    display: flex;
    align-items: center;
    margin-bottom: 0.4em;
    background: #e1e1e1;
    border: 1px solid;
    border-radius: 2em 1em 1em 2em;
}

.legend-info-window .site-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5em;
    height: 2.5em;
    padding: 0.6em;
    color: white;
    border: 1px solid;
    border-radius: 2.5em;
    font-size: 1.1em;
    font-weight: bold;
}

.legend-info-window .site-name {
    margin: 0 0.6em;
    font-weight: bolder;
}

.legend-info-window p {
    margin: 1em 0 0;
    text-align: justify;
}