.text-light .temperature a { color: #fff; }
.text-dark .temperature a { color: #000; }

.twitter-typeahead { width: 100%; }

.tt-menu { position: inherit !important; }
.tt-suggestion {
    margin: 0 -16px;
    padding: 15px;
    color: #000;
    font-size: .8em;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #fff;
    background-color: #4694FE;
}

.tt-suggestion:last-child { border-radius: 0 0 2px 2px; }
.city-dropdown form .form-control.tt-hint { color: #888; }
