#searchTerm {
  width: 100%;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B9B9B9;
  display: block;
  margin: 20px 0px 5px;
}
#searchTerm:active, #searchTerm:focus {
  border-color: #4287f5 !important;
}

.search-error {
  color: #ff0000;
  font-size: 14px;
  visibility: hidden;
  margin-bottom: 5px;
}

.search-visible {
  visibility: visible;
}

/* Extra Micro devices (smallest form phones, 319px and lower) */
@media (max-width: 319px) {
  .search-error {
    font-size: 13px;
  }
}
/* Micro devices (smaller form phones, 419px and lower) */
@media (min-width: 320px) and (max-width: 419px) {
  .search-error {
    font-size: 13px;
  }
}
