.tableDots {
	border: thin dotted;
}
.tableSolid {
	border: thin solid;
}
.tableSidesSolid {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
