.error {
    margin-top: 0;
}

#numErr {
    font-size: small;
    margin-top: 0;
}

label#numErr.style {
    margin: 0;
    font-size: small;
    height: 0;
    position: relative;
    bottom: 10px;
    justify-content: unset;
}

label#searchErr {
    margin: 0;
    font-size: small;
    height: 0;
    position: relative;
    bottom: 0;
}

input #q {
    position: sticky;
}

#numberSearchDiv {
    clear: both;
}

.tt-menu {
    text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 225px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-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);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}