/*	pages
---------------------------------*/
.tablepress { width: 100% !important; line-height: 2 !important; border-top: 1px solid #ccc !important; border-right: 1px solid #ccc !important; table-layout: fixed !important; }

@media screen and (max-width: 992px) { .tablepress { width: 100% !important; line-height: 2 !important; } }

.tablepress img { max-width: 100% !important; height: auto; }

.tablepress th { border-left: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; background-color: orange !important; color: white !important; display: table-cell !important; }

.tablepress td { border-left: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; display: table-cell !important; }

.tablepress tr.odd td { background: white !important; }

.tablepress tr.even td { background: white !important; }

#article .entry-body table { table-layout: auto; }

#article .entry-body table th, #article .entry-body table td { width: auto; display: table-cell !important; }
