.TableSpacing {
	margin-bottom: 20px;
}
.RightCellBorder {
	border: 3px double;
	vertical-align: middle;
	padding-left: 8px;

}
.LeftCellBorder {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: double;
	vertical-align: middle;

}
