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

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

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

.storelocator-panel .directions-panel {
  font-size: 0.8em;
}

.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: #ccf;
}

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

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

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

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

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

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

.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;
}

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

.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  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;
}

.directions-to {
  display: block;
  width: 95%;
}

#seminar-locator-coursetitle,
#seminar-locator-curriculum {
  width: 90%;
}

#seminar-locator-teacher,
#seminar-locator-enddate,
#seminar-locator-startdate {
  width: 87%;
  display: block;
}

@media (max-width: 770px) {
  #map-canvas {
    width: 84%;
  }
  #panel {
    margin-bottom: 2em;
    width: 690px !important;
  }
}

@media (max-width: 765px) {
  #map-canvas {
    width: 98.5%;
  }
}

@media (max-width: 735px) {
  #panel {
    width: 670px !important;
  }
}

@media (max-width: 715px) {
  #panel {
    width: 650px !important;
  }
}

@media (max-width: 695px) {
  #panel {
    width: 630px !important;
  }
}

@media (max-width: 675px) {
  #panel {
    width: 610px !important;
  }
}

@media (max-width: 655px) {
  #panel {
    width: 590px !important;
  }
}

@media (max-width: 635px) {
  #panel {
    width: 570px !important;
  }
}

@media (max-width: 615px) {
  #panel {
    width: 550px !important;
  }
}

@media (max-width: 595px) {
  #panel {
    width: 530px !important;
  }
}

@media (max-width: 575px) {
  #panel {
    width: 510px !important;
  }
}

@media (max-width: 555px) {
  #panel {
    width: 490px !important;
  }
}

@media (max-width: 535px) {
  #panel {
    width: 470px !important;
  }
}

@media (max-width: 515px) {
  #panel {
    width: 450px !important;
  }
}

@media (max-width: 495px) {
  #panel {
    width: 430px !important;
  }
}

@media (max-width: 475px) {
  #panel {
    width: 410px !important;
  }
}

@media (max-width: 455px) {
  #panel {
    width: 390px !important;
  }
}

@media (max-width: 435px) {
  #panel {
    width: 370px !important;
  }
}

@media (max-width: 415px) {
  #panel {
    width: 350px !important;
  }
}
