/*
*	Barra in testata che indica che l'ambiente è di test
*	#test #ambiente
*/

#ambiente-test {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 50;
	background-color: #e8d617;
}

#ambiente-test span {
	padding: 3px 20px;
	opacity: 0.85;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
}