@charset "UTF-8";
.tts-rules {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.tts-rules-background {
	display: block;
	width: 100%;
}

.tts-rules-header {
	position: absolute;
	width: 69%;
	color: white;
	font-size: 2.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 2px #292929; 
	padding: 10px;
	top: 0%;
	left: 15%;
}

.tts-rules-table {
	height: auto;
	width: 100%;
	position: absolute;
	top: 10%;
}

.tts-rules-desc {
	color: white;
	font-size: 1.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 0.5px #292929; 
	padding: 10px;
}

@media (max-width: 1200px) {
	.tts-rules {
		margin-bottom: 300px;
	}
	
	.tts-rules-header {
		font-size: 6vw;
	}
	
	.tts-rules-desc {
		font-size: 3vw;
	}
}