﻿#mapWrap { text-align: center; width:100%; margin:0;}
#mapDiv { margin:0; height: 500px; width: 90%; display: inline-block; }

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: Arial, sans-serif;    
}

.gm-style div.popup-marker {
    position: relative;
    max-width: 800px;
    margin: 8px;
    font-size: 14px;
    line-height: 1.6em;    
    margin-bottom: 0px;
    overflow: visible;    
    text-align: left;
}

.gm-style div.map-popup-address
{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.gm-style div.map-popup-links {
    line-height: 3.2em;
}

.gm-style div.map-popup-links a {
    font-size: 18px;
}

.gm-style div.my-section
{
    margin-bottom:5px;
}

.gm-style div.my-section span {
    font-size: 12px;
    color: #808080;
}

.gm-style div.my-section span.popup-miles-value {
    font-size: 16px;
    color: black;
}

.gm-style div.prop-image {
    float: right;
    margin-left: 10px;
}

.gm-style div.prop-image .img-prop {
    width: 140px;
    max-width: 140px;
    display:block;
}

.table-values {
    border: 1px solid black;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
}

.table-values td {
    padding: 5px;
    border: 1px solid black;
    border-width: 1px 1px 0 0;
    border-collapse: collapse;
}

    .table-values td.td-value {
        font-weight: bold;
        padding-right: 10px;
        padding-left: 8px;
    }

.gm-style div.popup-close, .gm-style div.popup-goto  {
    margin: 8px 0 0 0;
    float: left;    
}

.gm-style div.popup-close {
    margin-right: 30px;
}

.gm-style div.popup-close  a, .gm-style div.popup-goto  a {
    font-size: 16px;
    color: #00c;
}