
#home_search {
    width: 480px;
    position: absolute;
    left: 0;
    top: -170px;
}
#home_search_row {
    position: relative;
    z-index: 2 !important;
}
#search_from,
#search_to {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}
UL.dropdown-menu {
    width: 480px;
    overflow: hidden;
}
UL.dropdown-menu A.dropdown-item {
    cursor: pointer;
}
.dropdown-item .main_text {
    display: block;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}
.dropdown-item .secondary_text {
    display: block;
    overflow: hidden;
}
.dropdown-item .distance_meters {
    float: right;
    padding-left: 10px;
    font-weight: bold;
}
