.tt-dropdown-menu {
  text-align: left;
}
.tt-hint,
.tt-query,
.typeahead {
  width: 300px;
  padding: 5px 12px;
  line-height: inherit;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  outline: 0;
}
input {
  height: inherit;
  padding: 5px 10px;
  border-radius: 0.3em;
  border: 1px solid #ccc;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.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-dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; */
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 4px 12px;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 1px solid #eee;
}
.tt-suggestion p:hover {
  color: #fff !important;
  background-color: #3392fe;
}
.tt-suggestion:active, .tt-suggestion:hover{
  color: #fff !important;
  background-color: #3392fe;
}
.tt-cursor {
  background-color: #3392fe;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
label {
  cursor: pointer;
}
label input {
  height: inherit;
}
.pull-left {
  float: left;
}
.dst {
  width: 100px;
  margin: 10px 20px;
}
