.cls_sb_table {
	width:100%;
	border-spacing:5px;
}
.cls_sb_table td {
	background: #eee;
}
.cls_sb_table tr:nth-child(odd) td {
	background: #fff;
}
