.table-data {max-width:620px; text-align:center; }
.table-data th {background-color:var(--border-color);}
.table-data td {padding:.5em; border-right:1px solid var(--border-alt-color) !important;}

.cat {width:380px;height:auto;float:right;}
.cat img {width:auto;height:auto;max-width:100%;float:right;}
.cat:before {display:block;position:absolute;content:' ';background:gold; border-radius:50%;z-index:-1; width:400px; height:550px; margin:-10px;}

.splash { width:50%; float:right; max-width:100%; margin:2em; }

@media only screen and (max-width:850px) {
.splash { width:auto; float:none; margin:1em 0;}
.cat {width:auto;height:auto;float:none;display:none;}

table.table-data {max-width:100%; width:100%; font-size:smaller;  }
}