/* filter table styling 
table.filter { border-collapse: collapse; 
}

#filter thead th {
	color: #fff; 
	background-color:#517432; 
	font-size: 16px;
	border: none; 
	vertical-align: center; 
}

#filter tr:nth-child(odd) { 
	background-color:#eaede1;
	display: table-row;
}
#filter tr:nth-child(even){
	background-color:#ffffff;
	display: table-row;
}
#filter tr:last-child {border-bottom:1px solid #a3a3a3}*/

#filter th, #filter td { 
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;

}


/* Search this table box */
.filter-table {
    margin-right: 2em;
	text-align: right;
}

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.filter-table .quick:hover {
	text-decoration: underline; 
}

