

.body-grid{
	border: solid 1px rgb(216, 208, 208);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.head-grid{
	border: solid 1px rgb(216, 208, 208);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	/*border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
	background-color: rgb(204, 204, 204);
}
