
/*#store_location_{*/
.schedule > div{
  clear: left;
  width: 200px;
}

.schedule > div div{
  display: inline-block ;
  width: 200px;
  padding-bottom: 0px;
}

.schedule > div div:first-child {
  width: 100px !important;
}
/*}*/

/* Hide password hint on password reset*/
.woocommerce-password-hint { display: none; }