#map_canvas {
    width: 100%;
    height: 70vh;
    float: left;
}

.cities-content {
    position: relative;
}
.cities-content img {
	max-width: none !important;
}
.cities-list {
    position: absolute;
    z-index: 1;
    margin: 30px;
}

.cities-row {
    padding-left: 10px;
}

.col-address {
    width: 36%;
}

.cities-image {
    width: 4%;
}

.cities-table {
    border-bottom: 1px solid grey;
    width: 100%;
    padding: 10px;
}

.span-geoloc {
    cursor: pointer;
    background-color: #7e2222;
    color: #fff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    /*-moz-box-shadow: inset -1px -1px grey;
    -webkit-box-shadow: inset -1px -1px grey;*/
    padding: 1px 5px 0px 5px;
    clear: both;
    float: right;
    margin-top: 5px;
    display: none;
}

.span-geoloc:active {
    background-color: #6b1b1b;
    border-bottom: 2px solid #696969;
    border-right: 2px solid #696969;
}

.cities-name {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}

.cities-description {
    width: 350px;
    padding-top: 10px;
    clear: both;
    overflow-y: auto;
    max-height: 100px;
}

.cities-info {
    max-height: 400px;
    min-width: 300px;
}

.cities-image-infoWindow {
    width: 150px;
}

.cities-image-div-infoWindow {
    float: left;
}

.cities-name-infoWindow {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    font-family: 'Advent Pro';
}

.cities-name-infoWindow h3 {
    font-size: 16px;
    margin-top:7px;
}
#store-selection{
	font-family: "PT Sans";
	border: 1px solid #838383;
	width: 100%;
	min-width: 280px;
	height: 35px;
	text-align: left;
	overflow: hidden;
	background: url('../../../../fwc/default/images/static_pages/arrow_contact.png') no-repeat right #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin: 0px;
	font-size: 15px;
	padding-left: 10px;
}
#panel {
    float: left;
    margin-top: 15px;
}

.pac-container .pac-item {
    text-align: left;
}
