.table9 {
    font-family: Arial, sans-serif;  width: 100%;  margin: 20px 0;  border-collapse: collapse;
}

.table9 th,
.table9 td {
    padding: 8px;  text-align: left;  border: 1px solid #fff;
}

.table9 th {
    font-weight: bold;  text-align: center;  background-color: #9dc3e6;
}

.table9 tr:nth-child(odd) {
    background-color: #deebf7;
}

.table9 tr:nth-child(even) {
    background-color: #eaeff7;
}

.table9 tr:hover {
    background-color: #cee1f2;
}



.table8 {
    font-family: Arial, sans-serif;  width: 100%;  margin: 20px 0;  border-collapse: collapse;
}

.table8 th,
.table8 td {
    padding: 8px;  text-align: left;  border: 1px solid #fff;
}

.table8 th {
    font-weight: bold;  text-align: center;  background-color: #97c890;
}

.table8 tr:nth-child(odd) {
    background-color: #e2f0d9;
}

.table8 tr:nth-child(even) {
    background-color: #eaeff7;
}

.table8 tr:hover {
    background-color: #cbe3c7;
}


.table6 {
    font-family: Arial, sans-serif;  width: 100%;  margin: 20px 0;  border-collapse: collapse;
}

.table6 th,
.table6 td {
    padding: 8px;  text-align: left;  border: 1px solid #fff;
}

.table6 th {
    font-weight: bold;  text-align: center;  background-color: #f8cbad;
}

.table6 tr:nth-child(odd) {
    background-color: #fbe5d6;
}

.table6 tr:nth-child(even) {
    background-color: #eaeff7;
}

.table6 tr:hover {
    background-color: #fadac5;
}


.table4 {
    font-family: Arial, sans-serif;  width: 100%;  margin: 20px 0;  border-collapse: collapse;
}

.table4 th,
.table4 td {
    padding: 8px;  text-align: left;  border: 1px solid #fff;
}

.table4 th {
    font-weight: bold;  text-align: center;  background-color: #ffd966;
}

.table4 tr:nth-child(odd) {
    background-color: #fff2cc;
}

.table4 tr:nth-child(even) {
    background-color: #eaeff7;
}

.table4 tr:hover {
    background-color: #ffe494;
}
