.bg-cycro-color {
	background-color: #e9f7bb;
}

div.stripedRows > div:nth-of-type(odd){
	background-color: rgba(0,0,0,.05);
}

select option:disabled {
	background-color: lightgrey;
}
