.sgrid { 
	width: 100%;
	border-collapse: collapse;
}
.sgrid th {
	text-align: left;
	font-weight: normal;
}
.sgrid td { 
	text-align: center;
	height: 28px;
	border: 1px dotted #ccc;
}