<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}*/

.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  /*padding: 8px 12px;
    font-size: 24px; seems to produce display bug on start page*/
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #ff9200;
}



.tt-dropdown-menu {
  min-width: 160px;
  max-width: 400px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

  .tt-dropdown-menu .topic {
    margin-top:15px;
    margin-left: 10px;
    font-size: 20px;
  }

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  cursor: pointer;
}

  .tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #ff9200;
    background-repeat: repeat-x;
    /*background-image: linear-gradient(to bottom, #0088cc, #0077b3);*/
  }

    .tt-suggestion.tt-is-under-cursor a {
      color: #fff;
    }

  .tt-suggestion p {
    margin: 0;
  }


.tt-cursor {
  background: #ff9200;
  color: #fff;
}

.scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

.scrollable-dropdown-menu.dropdown-menu-medium .tt-dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.scrollable-dropdown-menu.dropdown-menu-wide .tt-dropdown-menu {
  width: 500px;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
  width: 100%;
}
 

</pre></body></html>