/*  Add the custom css for your entire website here  */

.column.destination {
    width: 50%;
}

.column {
    float: left;
    width: 45%;
    margin: 0 0 0% 2%;
    padding: 0 0 0 0;
    background: url(../images/bgr/vertical-separator.png) 0 34px no-repeat;
    /* min-height: 100px; */
}

.column.calendar {
    width: 25%;
}

.column.duration {
    width: 25%;
}

.column.pax {
    width: 39%;
}

.h2 {
line-height: 1em;
}


