.searchbox {
  min-width: 200px;
  margin-right: -16px;
}

.searchbox input.input {
  padding: 0 20px 0 5px;
  font-size: 12px;
  width: calc(100% - 16px);
  height: 100%;
}

.searchbox input.input::-ms-clear {
  display: none;
  /* Remove the native 'X' in Edge so we don't see two 'X's */
}

.searchbox .bowtie-icon {
  position: relative;
  right: 21px;
  cursor: pointer;
}
