﻿
 .hidden {
	width: 90%;
	font-family: "Kristen ITC";
	font-size: x-large;
	font-style: italic;
	color: #333333;
	display: none;
}
.input {
	font-family: "Kristen ITC";
	font-size: x-large;
	color: #009900;
	width: 60%;
	text-align: center;
}
.button {
	border-radius: 15px;
	font-family: "Kristen ITC";
	font-size: x-large;
	color: #333333;
	border: thin solid #333333;
	margin-top: 30px;
}
.mensagem {
	font-family: "Kristen ITC";
	font-size: x-large;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}
#misturar {
	margin: 50px auto 70px auto;
	border-radius: 15px;
	border: thin solid #CC6600;
	width: 70%;
	text-align: center;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FF9900;
}
