
.table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.table tr td:first-child, .table tr th:first-child {
    border-left: none;
}

.table tr td:last-child, .table tr th:last-child {
    border-right: none;
}

.button-style-order {
    display: inline-block;
    padding: 0.5em 1.5em;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    color: white;
    background-image: linear-gradient(rgba(63, 81, 181, 0.5), rgb(63, 81, 181), rgba(63, 81, 181, 0.5));
    border: 1px solid rgb(63, 81, 181);
    border-radius: 0.4em;
}

.button-style-order:hover, .button-style-order:focus {
    background: #0a9b51;
}


.button-style-clear {
    display: inline-block;
    padding: 0.5em 1.5em;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    color: white;
    background-image: linear-gradient(rgba(255, 151, 0, 0.5), rgb(255, 151, 0), rgba(255, 151, 0, 0.5));
    border: 1px solid rgb(255, 151, 0);
    border-radius: 0.4em;
}

.button-style-clear:hover, .button-style-clear:focus {
    background: #f80f2c;
}

.close:hover {
    filter: brightness(250%);
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: rgb(255, 255, 255);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
    width: 300px;
}

.modal__order-form {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5)
}

.modal-content__order-form {
    background-color: rgb(255, 255, 255);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
    width: 500px;
}

.close {
    margon-top: -5px;
    color: #aaa;
    float: right;
    font-size: 25px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_h4 {
    margin-bottom: 20px;
}
