.twitter-typeahead
  width: 100%

.tt-hint
  color: #999999
  z-index: 1

.tt-dropdown-menu
  width: 100%
  padding: 8px 0
  background-color: white
  border: 1px solid #ccc
  border: 1px solid rgba(0, 0, 0, 0.2)
  -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: 0 5px
  font-size: 14px
  line-height: 24px
  border-bottom: 1px solid #ccc
  cursor: pointer
  &:last-child
    border-bottom: 0
  &.tt-cursor
    color: #fff
    background-color: #0097cf
  p
    margin: 0
    padding: 5px

.tm-input
  z-index: 10
.tm-tag
  position: relative
  z-index: 10
