table thead {
    background-color: transparent; color: inherit;
}


/****************************************************************************
 * Tablepress Clean
 ****************************************************************************/
.content table { 
    margin: 0;  
}
.content table caption {display: none;}

.content table thead, .content table tbody, .content table tfoot {
    background-color: transparent;
    border: none;
}

.content table tbody tr:nth-child(2n) {
    background: transparent;
    background-color: transparent;
}

.content table tfoot th, .content table thead th {
    background-color: transparent;
    border: none;
}
.content table tbody td, .content table tfoot th {
    background-color: transparent;
    border: none;
}

.content table td, .content table th {
    padding: 0.5rem; border: none;
}


.table_overlay_column {
    width: 100%; overflow-x: auto;
}
.table_overlay_column {
    width: 100%;
}


/****************************************************************************
 * Tablepress Override
 ****************************************************************************/
.wrapper .content table tr {
    border-bottom: 1px solid rgba(0,0,0,0.125);
}
.wrapper .content table tr:first-child {
    border-top: 1px solid rgba(0,0,0,0.125);
}
.wrapper .content table tr th {
	background-color: #997514;
	border-color:  #997514;
	color: #fff;
}

.wrapper .content table tr td,
.wrapper .content table tr th {
    border-left: 1px solid rgba(0,0,0,0.125);
	vertical-align: top;
}
.wrapper .content table tr td:last-child,
.wrapper .content table tr th:last-child {
    border-right: 1px solid rgba(0,0,0,0.125);
}