
#csd-results,
#gw-results {
	display: table !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: min(900px, 90%);
	margin: 210px auto 220px;
	transform: none !important;
	border-radius: 18px;
	overflow: hidden;
	z-index: 2;
}

#csd-results-container {
	position: relative;
	z-index: 1;
}

#csd-results {
	position: fixed !important;
	top: calc(50% + 61px) !important;
	left: 50% !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
	z-index: 2;
}

#csd-results td,
#csd-results th,
#gw-results td,
#gw-results th {
	padding: 8px 12px;
}

#gw-results {
	position: absolute !important;
	top: calc(50% + 61px) !important;
	left: 50% !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
}

@media (max-width: 900px) {
	#csd-results,
	#gw-results {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: min(900px, 90%);
		margin: 320px auto 120px !important;
		transform: none !important;
	}
}
