.epa-gmaps {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.epa-gmap-overlay {
    padding: 15px;
    background-color: rgba(255,255,255,0.9);
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 4px;
    min-width: 200px;
}

.epa-gmaps-notice {
    max-width: 100%;
    position:  relative;
    padding: 10px 20px 10px 10px;
    margin:  10px auto;
    border-radius: 3px;
    background-color: #faf8df;
    border: 2px solid #f5c340;
    border-left-width: 40px;
}
.epa-gmaps-notice:before {
    content: '\f071';
    font-family: "FontAwesome";
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.rgmfe_maps_noti_link, #rgmfe_maps_adminpage  {
    padding: 5px 10px;
    background: #dedede;
    color: #1770ba;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.epa-gmaps-notice img {
    margin-top: 25px;
}
