.searchbox {
    background-color: #fff;
    padding: 8px;
    height: 150px;
    width: 100px;
    border: 1px solid #66afe9;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    left: 10px;
    top: 10px;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.searchbox a {
    font-size: 11px;
    text-decoration: none;
}

.searchbox a:hover {
    font-size: 11px;
    text-decoration: underline;
}

.searchbox .city {
    font-size: 11px;
    font-weight: bold;
    color: #306CA8 !important;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    line-height: 17px;
}

.searchbox .city a {
    color: #306CA8 !important;
}

.searchbox .airport {
    color: #03C;
    line-height: 13px;
    padding-left: 10px;
}