.search-form select.cefield {
    width:190px;
}

.search-form select.day {
    width:80px;
    text-align:center;
}

.search-form select.month {
    width:110px;
    text-align:center;
}

.search-form select option.dont-mind {
    text-align:center;
}

.tripsearch-none-found {
    font-size:1.3em;
    margin:8px 0;
    border:2px solid #000;
}

.tripsearch-none-found>div {
    margin:8px;
}

@media (max-width: 767px) {
    .search-form>div>h3 {
        font-size:1em;
    }
    .search-form select.cefield {
        width:170px;
    }
    .search-form select.day {
        width:70px;
    }
    .search-form select.month {
        width:100px;
    }
    .flexible-dates-container {
        display:block;
        position:absolute;
        right:10px;
        margin-top:-14px;
    }
}
