/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.madcow-instructors-infowindow-button {
    display: block;
    width: 100% !important;
}

.workshops-map-legend {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.workshops-map-legend-item {
    padding-top: 5px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: auto;
    -webkit-box-flex: 0;
    flex-shrink: 0;
    display: -webkit-box;
    justify-content: center;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 1.3;
}

.workshops-map-legend-item:not(:last-child) {
    padding-right: 70px;
}

.workshops-map-legend div figure {
    height: 24px;
    width: 24px;
}

.workshops-map-legend div figure img {
    padding-right: 5px;
}

.gm-style-iw {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.gm-style-iw-d div:not(:last-child) {
    margin-bottom: 30px;
}