/*.tablepress { line-height: 14px;}
.even {
		border-left-width: 0px; }
.column-1 {color:#43542A; }
h2.tablepress-table-name {font-family: 'Droid Sans', sans-serif; font-size: 20px; color:#43542A;}
*/
.tablepress {
	line-height: 18px;
}

.tablepress th,
.tablepress td {
	padding: 5px;
}

.even {
	border-left-width: 0;
}

.column-1 {
	color: #618038;
	font-weight: bold;
	width: 200px;
}

h2.tablepress-table-name {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	color: #618038;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #FFF;
}

.dataTables_wrapper .sorting:hover {
	background-color: #EAEAD2;
}

.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	background-color: #EAEAD2;
}

.tablepress-id-41 .column-1 {
	width: 250px;
}

/*officer table is id 7 */
.tablepress-id-7 td {
	padding: 10px;
}

.tablepress-id-7 .column-1 {
	width: 35%;
	color: #333;
	font-weight: normal;
}

.tablepress-id-7 strong {
	color: #618038;
}

/*added for responsive*/
/*.tablepress img {
    height: auto;
    max-width: 100%;
}*/
/*local org tables have class assigned on each table settings*/
.localorg td {
	padding: 3px;
}

.localorg .column-1 {
	width: 24%;
}

.localorg .column-2 {
	width: 23%;
}

.localorg .column-3 {
	width: 20%;
}

@media only screen and (max-width: 600px) {

	table.localorg {
		width: 90%;
	}

}