.tt-dropdown-menu {	
  position: absolute;
  /** @author Hozefa Moiyyadi 
   * Removing css attribute as it's being overridden in typehead.bundle.js
   */
  /*top: 100%;*/
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  /** @author Hozefa Moiyyadi 
   *  Removing min-width to make it responsive
   */
  /*min-width: 650px;*/
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  height: 224px;
  overflow-y: auto;
}
.tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
  cursor: pointer;
cursor: hand;
}
.tt-empty-message {
  padding: 5px 10px;
  text-align: center;
  height: 50px !important;
  width: 230px;
}