.menu-rendeles-table,
.menu-rendeles-table tr {
    border: 0px !important;
}

.menu-rendeles-table td {
    border: #aaa 1px solid;
}

.menu-rendeles-table th {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: #000 2px solid;
    padding-top: 50px !important;
}


.plus-minus-button {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    background-color: #517819;
    border-radius: 50%;
    margin-right: 5px;
    color: white!important;
    font-weight: bold;
}

.plus-minus-button.disabled {
    pointer-events: none;
    background-color: grey;
}

.menu-rendeles-qty {
    display: inline-block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.food-name {
    min-height: 48px;
    padding: 10px 0px;
}

.button {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #517819;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    border: 0px;
    font-size: 20px;
    font-weight: bold;
}

.menu-rendeles-details h3 {
    margin-toP: 30px;
}

.menu-rendeles-details label {
    display: block;
    font-weight: bold;
}

.menu-rendeles-details input:not([type="checkbox"]),
.menu-rendeles-details textarea {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin-bottom: 20px !important;
    display: block;
}