#panel{
    margin-right:0;}
#map-canvas{
  min-height: 100vh;
  max-height: 100vh;}
#map-list{
  min-height: calc(100vh - 75px);
  max-height: calc(100vh - 75px);
  overflow: scroll;
}
.leaflet-popup-content p{
  margin: 4px 0;
}

/* .storelocator-panel {
    overflow: auto;
    margin-right:0 !important;
} */

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

.storelocator-panel .store-list li{
  padding: 5px;
}
/* .storelocator-panel .directions-panel {
  font-size: 0.8em;
} */
.storelocator-panel .store-list li.store{
    padding:5px 15px;
    border-top:1px solid #777;
    color:#eee;
}
.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #eee;
  color:#000;
}

/* .storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    background: #ccf;
    background: #45a774;
    background: -moz-linear-gradient(left, #45a774 0%, #53ad5d 100%);
    background: -webkit-linear-gradient(left, #45a774 0%,#53ad5d 100%);
    background: linear-gradient(to right, #45a774 0%,#53ad5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45a774', endColorstr='#53ad5d',GradientType=1 );
    color:#fff;
} */

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

.storelocator-panel .location-search {
  padding:10px;
  /* background-color: #1c614f; */
  background-color: #ADD3E7;
  /* display:none; */
}

.storelocator-panel input {
  width: 80%;
  display:block;
  margin:10px auto;
  /* padding:0 10px; */
  background-color:#c4e1ef;
  /* border:1px solid #fff; */
  border:none;
  height:35px;
  border-radius: 5px;
}

.storelocator-panel .location-search h4 {
    font-size: 0.8em;
    margin: 0;
    padding: 5px 20px;
    color:#fff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.storelocator-panel .store-list .no-stores {
  color: #ccc;
    font-size:0.8em;
  padding:0 10px 10px 10px;
    margin-top:-10px;
    text-align: center;
    background-color: #2C2A2B;
}

.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 p{
  margin:0;
}
.store .hName {
  font-weight: bold;
  font-size:105%;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
/*  font-size: 95%;*/
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block;
}
.storelocator-panel .store .address{
    font-size:85%;
}

.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 .phone a {
  color: green
}

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