/* Style Sheet Colours*/
body .frame {
  max-width: 1170px;
  margin: 0 auto;
}
body .frame .tx-indexedsearch-searchbox {
  padding-bottom: 4rem;
  display: none;
}
body .frame .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form {
  float: left;
}
body .frame .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
body .frame .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input[type=text] {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
}
body .frame .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit input[type=submit] {
  padding: 0.4rem 1.5rem;
}
body .frame .tx-indexedsearch-browsebox {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body .frame .tx-indexedsearch-browsebox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .frame .tx-indexedsearch-browsebox ul::after {
  content: "";
  clear: both;
  display: table;
}
body .frame .tx-indexedsearch-browsebox ul li {
  float: left;
}
body .frame .tx-indexedsearch-browsebox ul li:not(:first-child) {
  margin-left: 2rem;
}
body .frame .tx-indexedsearch-res {
  margin-top: 4rem;
}
body .frame .tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}
body .frame .tx-indexedsearch-res h3 {
  margin-bottom: 2rem;
}
body .frame .tx-indexedsearch-res h3 .tx-indexedsearch-percent {
  display: none;
}
body.mobile .frame {
  max-width: 300px;
}
body.mobile .frame .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label {
  display: none;
}

/*# sourceMappingURL=search.css.map */
