.gmap
{
    width: 100%;
    height: 250px;
    box-shadow: 1px 1px 5px 0px rgba(000, 000, 000, 0.3);
    margin: 0 auto;
/*		max-width:1000px; */
		max-height:350px;
}

.gmap .marker-html > h3
{
    font-size: 14px;
    font-weight: 700;
    color: #00515b;
}

.gmap .marker-html > p

{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #00515b;
    margin-top: 15px;
}

.gmap .marker-html > p:first-of-type
{
    margin-top: 0;
}
