﻿

.tablepress .even td {
    background-color: #fff;
}
.tablepress, .tablepress tr, .tablepress tbody td, .tablepress thead th, .tablepress tfoot th {
    font-size: 16px;
    padding: 4px;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress tbody td {
    vertical-align: top;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    background: 0 0;
        background-color: rgba(0, 0, 0, 0);
    text-align: left;
    float: none !important;
}
td:first-child, th:first-child {
    padding-left: 0;
}
td {
    border-top: 1px solid #eee;
    padding: 6px;
}
td, th {
    text-align: left;
}
*, ::before, ::after {
    box-sizing: inherit;
}
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
}
.site-inner {
    word-wrap: break-word;
}
