

/* Start:/local/components/rushydro/order.status/templates/.default/style.css?1732869626688*/
table.participants_table {
    border-collapse: collapse;
    border: 1px solid #000000;
    margin: 20px 0;
    font-size: 1.3em;
    width: 100%;
    /*font-family: 'SF Pro Display', Arial, sans-serif*/
}

th {
    border: 1px solid #000000;
    text-align: left;
    padding: 10px;
}

td {
    border: 1px solid #000000;
    padding: 10px;
}

.allowed {
    background-color: #d0ffd0;
}

.allowed:hover {
    background-color: #83FF87;
}

.verification {
    background-color: #e3e3e3;
}

.verification:hover {
    background-color: #c9c9c9;
}

.rejected {
    background-color: #ffcbcb;
}

.rejected:hover {
    background-color: #ffb0b0;
}

/* End */
/* /local/components/rushydro/order.status/templates/.default/style.css?1732869626688 */
