
#table-gen {
	width: 500px;
	
	border-collapse: collapse;
	border: 1px solid #ed1c24;
 }
#table-gen .rowa {
	background: #f68e56;
	height: 30px;
}
#table-gen .rowb {
	background: #c0c0c0;
	height: 30px;
}
#table-gen .cell {
	padding: 2px;
	border: 1px solid #ed1c24;
}

