@charset "UTF-8";
table{
	width: 100%;
	margin: 0 0 40px 0;
	border: 2px solid #6287CB;
}
th{
	background-color: #ECF5FC;
}
td{
	padding-left: 10px;
}
th,td{
	border-bottom:1px dotted #6287CB;
	padding: 10px;
}