.wp-table-reloaded
{
	/*background: #F7941E;*/
	border: 1px solid #F7941E !important;
	width: 100%;
}
.wp-table-reloaded thead th
{
	background: #F7941E;
	color: #fff;
	border: 0;
	font-weight: bold;
}


.wp-table-reloaded table tr th
{
	padding: 3px;
	background: #F7941E;
	color: #fff;
}

.wp-table-reloaded tr.even
{
	background: #DBECF6;
	color: #146297;
	font-weight: bold;
}

.wp-table-reloaded tr.odd
{
	background: #BFDEEF;
	color: #146297;
	font-weight: bold;
}
