.tablepress tbody td, .tablepress tfoot th {
    border: 1px solid #DDDDDD;
}

.tablepress thead th, .tablepress tfoot th {
    background-color: #B9B100;
    font-weight: bold;
	  border: 1px solid #DDDDDD;
}

.tablepress th {
    background-color: #B9B100;
    border: 1px solid gray;
    color: #3D3D3D !important;
    padding: 4px;
}

.tablepress .odd td {
    background-color: #DBDB89;
    border: 1px solid #DDDDDD;
    padding-bottom: 11px;
    padding-top: 11px;
}
table tr:nth-child(2n+2)
{
    background-color: #DBDB89;
}

.entry-content table, .comment-content table {
    border-bottom: 1px solid #DDDDDD;
    font-size: 0.85em;
    margin: 1.5em 0 1.625em;
    width: 100%;
}


/*.tablepress .odd td {
    background-color: #DBDB89;
    padding-bottom: 11px;
    padding-top: 11px;
	border: 1px solid #DDDDDD;
}

.tablepress th sup {
    font-size: 6px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
	border: 1px solid gray;
}

.entry-content table, .comment-content table {
    border: 1px solid gray;
    margin: 10px 0 1.625em;
    width: 100%;
	
}

.tablepress tbody tr:first-child td {
    border: 1px solid gray;
}

.tablepress .even td {
    background-color: #FFFFFF;
	border: 1px solid gray;
}




.tablepress {
    
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.85em;
   
}*/