
.tt-dropdown-menu{
  text-align: left;
}

/* base styles */
/* ----------- */

.typeahead,
.tt-query,
.tt-hint {
  width: 90%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  outline: none;
}

.typeahead {
  background-color: #ffffff;
}

.typeahead:focus {
  border: 2px solid #3F51B5;
}

.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: #777777;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 0px;
  padding: 0px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0);
          box-shadow: 0 5px 10px rgba(0,0,0,0);
}

.tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  height: 34px;
  cursor: hand;
  cursor: pointer;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3F51B5;
  cursor: hand;
  cursor: pointer;
}

.tt-dataset-oscar-movies .tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 23px;
  min-height: 60px;
  cursor: hand;
  cursor: pointer;
}

