.storelocator-panel {
  /*border: 1px solid #ccc;*/
  overflow: auto;
}

.storelocator-panel .store-list {
  margin: 0;
  padding: 0px 0px 0px 15px;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px;
}
.storelocator-panel .directions-panel {
  font-size: 0.8em;
}

.storelocator-panel .directions-panel .directions-to{
    margin-right: 3px;
}

.storelocator-panel .directions-panel .close-directions{
    margin-left: 3px;
}

.storelocator-panel .store-list li.store {
    border-bottom: 1px solid #ccc;
}

.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #eee;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
  background: #ccc;
}

.storelocator-panel .directions {
  display: none;
}

.storelocator-panel .location-search {
    padding: 0px 0px 15px 15px;
}

.storelocator-panel .location-search input {
  width: 95%;
}

.storelocator-panel .location-search h4 {
  font-size: 1.5em;
  margin: 0;
  margin: 0;
  padding: 0;
}

.storelocator-panel .store-list .no-stores {
  color: grey;
}

.storelocator-panel .store .features {
  /*display: none;*/
}

.storelocator-panel .store .features li {
    padding: 0px;
}

.storelocator-panel .feature-filter {
  overflow: hidden;
}

.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left;
}

.store .title {
  font-weight: bold;
  text-transform: uppercase;
}

.store .address,
.store .phone,
.store .distance,
.store .web,
.store .misc {
  font-size: 90%;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  display: block;
}

.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 80%;
  max-width: 250px;
}

.store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em;
}

.store .web a {
  color: green
}

.store .action {
  font-size: 0.8em;
  color: green;
  margin-right: 0.5em;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 16px;
}

#map-canvas, #panel { height: 750px; }
#map-canvas{border: 1px solid #ccc; margin-bottom: 25px;}
#panel { width: 300px; float: right; margin-right: 10px; }
#panel .feature-filter label { width: 130px; }
p.attribution, p.attribution a { color: #666; }

@media only screen and (max-width: 750px) {
	#panel { height: auto; width: 100%; margin-right: 0; }
	.storelocator-panel .store-list { padding-left: 0; }
	.storelocator-panel .location-search { padding-left: 0; }
}