.button {
    display: block;
    width: 100%;
    padding: 5% !important;
    font-size: 90%;
    min-width: 100px;
}

.accommprice {
    font-weight: bold;
    font-size: large;
}

.available p {
    margin: 0px;
}

.button_cell {
    width: 16rem;
}

.booking_button:disabled {
    background-color: #83d1ea;
}

.add_button:disabled {
    background-color: #83d1ea;
}

.remove_button:disabled {
    background-color: #83d1ea;
}

td.selected {
    background-color: rgba(20, 20, 20, 0.2) !important;
}

tr.selected_meal {
    background-color: rgba(40, 40, 40, 0.2) !important;
}

.bold_text {
    font-weight: bold;
}

.meal_buttons {
    width: 25rem;
}

.extra_space {
    margin-bottom: 15px !important;
}

.datePicker {
    cursor: pointer !important;
    background-color: white !important;
}

.light-text {
    color: #8a8a8a;
}