table.table-condensed {
    width: 100%;
}
.show-item .start-time label {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.show-item .start-time input {
    padding: 10px 6px;
    background-color: #f1eded;
    border: none;
}
.show-item .start-time input::placeholder {
    color: #000;
}
.show-item .select-meal h6 {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.show-item .select-meal input {
    margin-right: 6px;
}
.show-item .select-meal label {
    font-size: 16px;
    margin-bottom: 2px;
}