  label {
    display: block;
  }
  
  input {
    margin-top: 0.5em;
    border: 2px solid;
    display: block;
    width: 100%;
    padding: 0.25em;
  }
  
  input:focus, .selected, [role="option"]:hover {
    background: #ddddff;
    color: #000;
    border-color: #999;
    cursor: pointer;
  }
  
  .suggestions-help {
    position: absolute;
    left: 9999px;
  }
  
  .suggestions {
    position: relative;
  }
  
  [role="listbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  [role="option"] {
    padding: 0.25em;
    color: #777;
    border: 2px solid;
    border-top: 0;
    background-color: white;
  }

  #acs-search-btn {
    border: none;
    font-size: inherit;
    font-family: inherit;
    box-shadow: none;
    text-shadow: none;
    text-align: left;
    padding: 10px;
    background-color: #660033;
    color: white;
    margin-top: 1rem;
    font-weight: bold;
  }

  #acs-frame {
    margin-top: 3rem;
  }