.tablepress tbody td {
border: solid 1px;
border-color: black;
}
.tablepress tbody th {
border: 1px solid #000;
}
.tablepress>:where(thead,
tfoot)>*>th {
border: 1px solid #000;
}
.tablepress>:where(thead,
tfoot)>*>th {
background-color: #3660aa;
color: #fff;
}