I’m sorry I did not understand what Tobias! Forgive me
Below you pointed to all the changes that I put on css option!
.tablepress {
word-break: normal;
}
.tablepress .odd td {
background-color: #EC7C0C;
}
.tablepress tbody tr:first-child td:first-child {
border-top-left-radius: 20px;
}
.tablepress tbody tr:first-child td:last-child {
border-top-right-radius: 20px;
}
.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 20px;
}
.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 20px;
}
.tablepress {
border-collapse: separate;
}
.tablepress tbody tr:first-child td {
border-top: 1px solid #4A4A4C !important;
}
.tablepress tbody tr:last-child td {
border-bottom: 1px solid #4A4A4C;
}
.tablepress tbody tr td:first-child {
border-left: 1px solid #4A4A4C;
}
.tablepress tbody tr td:last-child {
border-right: 1px solid #4A4A4C;
}
.tablepress tbody tr:first-child td:first-child {
border-top-left-radius: 10px;
}
.tablepress tbody tr:first-child td:last-child {
border-top-right-radius: 10px;
}
.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}