.typeahead-dropdown {

    .tt-menu {
        background: $white;
        border-radius: 0 0 3px 3px;
        border: 1px solid $input-border;
        border-top: 0;
        margin-bottom: 20px;
        width: 100%;

        .tt-selectable {
            cursor: pointer;
            padding: 4px 10px;

            &.tt-cursor,
            &:hover {
                background: $bluejay;
                color: $white;
            }

        }

    }

}
