@charset "utf-8";
table {
	border: 1px dotted #6d3c39;
	border-top: none;
	border-right: none;
	margin-top: 10px;
}
td {
	vertical-align: top;
	padding: 5px;
	border: 1px dotted #6d3c39;
	border-bottom: none;
	border-left: none;
}
.heading { 
	font-weight: bold;
}