th {
	text-align: center;
	vertical-align: middle;
}

.ff-table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid rgb(226, 253, 245);
	border-top: 1px solid rgb(226, 253, 245);
	background-color: #16D39A !important;
	color: white;
	padding: 10px;
}

.ff-table td {
	padding: 10px;
}

.jsgrid-header-row > .jsgrid-header-cell {
	background: #16D39A !important;  
	color: white;
}

.jsgrid-selected-row > .jsgrid-cell {
	background: rgb(180, 180, 180) !important;
	border-color: rgb(202, 202, 202) !important;
	color: white;
}