.sc_table {
	position: relative;	
	padding-top: 0.1px;
}
.sc_table table {
	width: 100%;
}
.sc_table table th,
.sc_table table td {
	padding: 1em;
	border: 1px solid;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
	font-weight:600;
}
