.kff-result-table {
	width: 100%;
	margin: 20px 0;
	overflow-x: auto;
}

.kff-result-table table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #ffffff;
}

.kff-result-table th,
.kff-result-table td {
	border: 1px solid #d7dce2;
	padding: 12px 8px;
	text-align: center;
	vertical-align: middle;
}

.kff-result-table thead tr:first-child th {
	background: #173f73;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 8px;
}

.kff-result-table thead tr:nth-child(2) th {
	background: #eaf2fb;
	color: #173f73;
	font-size: 15px;
	font-weight: 700;
}

.kff-result-table tbody td {
	background: #ffffff;
	color: #111827;
	font-size: 18px;
	font-weight: 700;
}

.kff-result-table tbody tr:nth-child(even) td {
	background: #f7f9fc;
}

.kff-result-table tbody td:not(:empty) {
	min-height: 25px;
}

.kff-updated {
	margin-top: -12px;
	margin-bottom: 20px;
	color: #6b7280;
	font-size: 12px;
	text-align: right;
}

@media (max-width: 600px) {
	.kff-result-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

.kff-result-table table {
		min-width: 560px;
	}

.kff-result-table th,
	.kff-result-table td {
		padding: 10px 6px;
		font-size: 15px;
	}

.kff-result-table thead tr:first-child th {
		font-size: 15px;
	}
}
