.com_js {
	display: none;
}

.sem_js {
	width: 50%;
	text-align: center;
	background-color: #FFFF4C;
	border: 2px solid #000;
	padding: 5px;
	font-family: sans-serif;
	position: absolute;
	top: 50%;
	left: 25%;
}

.sem_js h3 {
	color: #FF0000;
	font-size: 20px;
	font-weight: 900;
}

.sem_js_botao {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
	font-weight: 900;
	color: #FF0000;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 2px 5px;
	text-decoration: none;
}

.sem_js:target {
	display: none;
}
