@media (max-width: 800px) {
table { display: none !important; }
.art-table,
.art-table .art-tbody,
.art-table .art-tbody .art-tr,
.art-table .art-tbody .art-tr .art-td { width: 100%; display: block; }
.art-table .art-tbody .art-tr .art-td .art-td-first, .art-table .art-tbody .art-tr .art-td .art-td-last { width: 50%; float: left; padding: 10px; box-sizing: border-box; }
.art-table .art-tbody .art-tr .art-td .art-clearfix { display: block; clear: both; }

.art-table { border: 1px solid #ccc; border-color: #020202; }
.art-table .art-tbody .art-tr { border-bottom: 1px solid #ccc; border-color: #020202; }
.art-table .art-tbody .art-tr:last-child { border-bottom: none; }
.art-table .art-tbody .art-tr:nth-child(2n) { background: #dd3333; }
.art-table .art-tbody .art-tr.even-rows { background: #dd3333; }
.art-table .art-tbody .art-tr:nth-child(2n+1) { background: #1e73be; }
.art-table .art-tbody .art-tr.odd-rows { background: #1e73be; }
.art-table .art-tbody .art-tr .art-td { border-bottom: 1px solid #ddd; border-color: #070707; }
.art-table .art-tbody .art-tr .art-td:last-child { border-bottom: none; }
.art-table .art-tbody .art-tr .art-td .art-td-first { font-size: 16px; font-weight: bold; line-height: 1em; }
.art-table .art-tbody .art-tr .art-td .art-td-last { border-left: 0 dashed #ddd; font-size: 16px; font-weight: 300; line-height: 1em; border-color: #020202; }
.art-table.no-headers .art-tbody .art-tr .art-td .art-td-last { border-left: none !important; }
}
@media (min-width: 801px) {
.art-table { display: none; }
}