.searchandfilter #ofsearch {
  font-family: 'PT Sans', sans-serif;
  background-color: transparent;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 200px;
  color: black;
  border: none;
  border-bottom: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .searchandfilter #ofcategory {
    font-family: 'PT Sans', sans-serif;
    background-color: transparent;
    border-radius: 0;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 200px;
    border: none;
    border-bottom: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .searchandfilter #ofpost_tag {
    font-family: 'PT Sans', sans-serif;
    background-color: transparent;
    border-radius: 0;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 200px;
    color: black;
    border: none;
    border-bottom: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .searchandfilter ul {
    margin-left: 0; }
  .searchandfilter ul li::before {
    content: none; }
  .searchandfilter li input[type="submit"] {
    height: 50px; }
  .searchandfilter input:focus {
    outline: none; }
  .searchandfilter select:focus {
    outline: none; }
  .searchandfilter #ofcategory {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
  .searchandfilter #ofpost_tag {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }
