<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prec_table {
    margin-top: 50px;
}
.prec_table {
    width: auto;
    height: auto;
}
.prec_table table {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
}
.prec_table tr {
    border-bottom: 2px solid #fff;
}
.prec_table table tr:first-child {
    background: #ee2446;
    color: #fff;
    font-size: 22px;
    height: 60px;
}
.prec_th1 {
    width: 20%;
    border-top-left-radius: 10px;
}

.prec_table th, .prec_table td {
    border-right: 2px solid #fff;
}
.prec_table th {
    padding-top: 16px;
    text-align: center;
}
.prec_table table td, .prec_table table tr {
    font-size: 18px;
    color: #fff;
    height: 90px;
}
.prec_table table td {
    padding-left: 40px;
    padding-right: 30px;
    text-align: center;
}
.prec_table td {
    padding-top: 24px;
}

.priec_tr1 td {
    background-color: rgb(254, 162, 75);;
}
.priec_tr2 td {
    background-color: rgb(87, 202, 223);
}
.priec_tr3 td {
    background-color: rgb(121, 216, 122);
}
.priec_tr4 td {
    background-color:#5aa7e2;
}
.priec_tr5 td {
    background-color: #f290a1;
}
.priec_tr6 td {
    background-color: #da90f2;
}
</pre></body></html>