#wpsl-result-list #wpsl-stores {
  height: auto !important;
  float: left;
  width: 100%;
}

#wpsl-result-list .button 
,#wpsl-result-list button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.wpsl-opx-col {
  float: left;
  width: 20%;
}

.wpsl-opx-col-header {
  margin-top: 2px;
  font-weight: bold;
  padding: 10px;
  background-color: #DDD;
}
.wpsl-opx-col-header div.wpsl-opx-col {
  margin-top: -16px;
  margin-left: -2px;
}
#wpsl-stores-header ul li:before  {
  content: none ;
}

#wpsl-stores-header ul li  {
  list-style: none !important;
}
#wpsl-stores-header ul {
  padding-left: 0px ;
}

.wpsl-search-input {
    width: 179px !important;
    height: auto !important;
    padding: 7px 12px !important;
    font-size: 100% !important;
    margin: 0 !important;
}

.wpsl-input label
,#wpsl-radius label
,#wpsl-category label {
    width: 70px !important;
}
#wpsl-results {
    display: none !important;
}

#wpsl-custom-filter label{
   width: 70px;
}

#wpsl-custom-filter .wpsl-dropdown{
   width: 179px;
}


