.tablelist table th{
	color:rgba(245, 245, 255, 0.9);
	background:SteelBlue;
}
.tablelist table tr{
	background-color: AliceBlue;
}
.tablelist table tr.odd {
	background-color: Lavender;
}

