﻿#map {
    height: 600px;
}

.marker-content {
    background-color: rgba(180,208,100,1);
    width: auto;
    color: white;
    text-align: center;
    padding: 30px 15px 5px 15px;
}

.marker-content p{
    
    color: white;
    font-size:1rem;
    text-transform:uppercase;
}

.gm-style-iw-c {
    overflow: auto !important;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: auto!important;
}

.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    box-shadow: none;
    background-color: rgba(180,208,100,1) !important;
    color: white !important;
    overflow: hidden !important;
    padding:0!important;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(180,208,100,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: none;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -1px;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 20px;
}
