﻿.tt-hint {
    color: #808080;
}

.tt-menu {
    margin-top: 1px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

p.tt-suggestion {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

    p.tt-suggestion:hover {
        background-color: #ccc;
    }

.tt-hint {
    color: #fff;
}

.tt-cursor {
    color: #fff;
    background-color: #999;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}
.input-help {
    position:relative;
    right:10px;
    top:-31px;
    float:right;
}