@charset "utf-8";

table{
	margin: -1em 0 2em;
}
table th{
	white-space: nowrap;
	vertical-align: top;
}
table th,
table td{
	padding: 1em;
}
table tr:not(:last-child) th,
table tr:not(:last-child) td{
	border-bottom: 1px solid #EDEDED; 
}