table{border-collapse: collapse;}
table th{
    font-weight:normal;
    background:var(--_text-color)
}
table th, 
table td {
    padding:10px 40px 10px 0;
    border-bottom: 1px solid var(--_text-color);
    vertical-align: top;
    text-align: left;
}
table th{
    font-weight:bold;
}
table tr th:last-child, table tr td:last-child {
    border-right: none;
}
table tr th:first-child, table tr td:first-child {
    border-left: none;
}
table tr:first-child th, table tr:first-child td {
    border-top: none;
}
table tbody tr:last-child th, table tr:last-child td {
    border-bottom: none;
}
sup,sub{
        font-size: 0.6em;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: visible; }
