#conf-table
{
	font-family: "Signika", "arial";
	font-size: 13px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 2px solid #000;
}

#conf-table tr th {
	text-align: center;
}

#conf-table th {
	color: #039;
	padding: 1px 3px;
	background:#c3d9ff;
}

#conf-table td
{
	color: #000;
	line-height:1.2;
	padding: 1px 5px;
}

#conf-table tr td
{
	border-bottom: 1px solid #000;
	background: #F2FAFD;
	text-align:center;
}

#data-area {
	margin-top: 10px;
}

@media screen and (max-width:990px) {

	#data-area {
		overflow-x:scroll;
		width:100%;
		max-height:100vh;
	}

	.stats-table {
		white-space:nowrap;
	}

	#conf-table th:nth-of-type(2), #conf-table td:nth-of-type(2) {
		position:sticky;
		position:-webkit-sticky;
		left:0;
	}

	#conf-table th:nth-of-type(2){
		z-index:6;
	}

	#conf-table td:nth-of-type(1){
		z-index:5;
	}

	#conf-table tr.thead1 th {
		position:sticky;
		position:-webkit-sticky;
		top:0;
	}

	#conf-table td {
		padding: 1px 3px;
	}

}
