.tt-dropdown-menu {
    text-align: left
}

.tt-hint, .tt-query, .typeahead {
    padding: 5px 12px;
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    outline: 0
}

input {
    height: 30px;
    padding: 5px 10px;
    border-radius: .3em;
    border: 1px solid #ccc
}

.typeahead {
    background-color: #fff
}

.typeahead:focus {
    border: 1px solid #0097cf
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(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, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    height:200px;
    overflow-y: scroll;
}

.tt-suggestion {
   padding: 3px 5px;
    font-size: 14px;
    line-height: 24px;
	border-bottom: 1px solid #e3e3e3;
}

.tt-suggestion p:hover {
    color: #fff !important
}

.tt-cursor {
    background-color: #0097cf;
    cursor: pointer
}

.tt-suggestion p {
       margin: 0;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

label {
    cursor: pointer
}

label input {
    height: inherit
}

.pull-left {
    float: left
}

.dst {
    width: 100px;
    margin: 10px 20px
}