﻿#search-box-holder {
  padding: 20px;
  background-color: #eee;
  border-radius: 6px;
}
#SearchBox {
  max-width: 70%;
  display: inline;
}
.required {
  border: solid 1px #f00;
}
@media screen and (max-width: 992px) {
  #SearchBox {
    max-width: 60%;
  }
}
/*# sourceMappingURL=Index.css.map */