@charset "UTF-8";

table {
	margin-top: 30px;
	border-top: 1px solid #babcbe;
	border-left: 1px solid #babcbe;
	width: 710px;
	}

th, td {
	border-right: 1px solid #babcbe;
	border-bottom: 1px solid #babcbe;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 18px;
	}

th {
	width: 30%;
	padding-left: 20px;
	padding-right: 25px;
	text-align: left;
	background-color: #f3f4f6;
	}

td {
	width: 70%;
	padding-left: 20px;
	}
