.wcml_custom_cost_field{
    display: none;
    clear: both;
}

.wcml_bookings_range_block,
.wcml_bookings_person_block,
.wcml_bookings_resource_block{
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.wcml_bookings_range_block label,
.wcml_bookings_person_block label,
.wcml_bookings_resource_block label{
    width: auto;
    margin: 0;
    padding: 6px 7px;
}

.wcml_wc_booking_cost_field label,
.wcml_wc_booking_base_cost_field label,
.wcml_wc_display_cost_field label{
    text-align: right;
    margin-left: -160px;
}

.wcml_custom_costs{
    padding: 9px 9px 0;
    display: inline-block;
    width: 100%;
}

.wcml_custom_costs label{
    width: auto;
    margin: 0;
    float: left;
}

.wcml_custom_costs input{
    width: 16px;
    clear: both;
    margin: 2px 5px 2px 0;
    float: left;
}
input.wcml_bookings_custom_price,
#bookings_pricing .table_grid table td input.wcml_bookings_custom_price{
    background-color: #F5F2E1;
}