

label.error{
	font-size: 0.9em;
	position:relative;
	top: 0px;
	margin: 2px;
	padding: 0 0 0 10px;
	color: red;
	float: left;
}

.togglebox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.togglebox p{
	font-family: "Saira", sans-serif;
	width: 100%;
	height: auto;
	font-size: 1.1rem;
	color: #555;
	margin: 0px;
	padding: 5px 0;
	text-align: justify;
	line-height: 1.6em;
}

.h-dois{
		font-family: "Saira", sans-serif;
	height: auto;
	text-align: left; 
	font-size: 1.12rem; 
	text-transform: uppercase; 
	font-weight: 400; 
	color: #243672;
	margin: 10px 0;
	padding: 10px 5px; 
	background: rgba(242,243,247,0.8);
	cursor: pointer;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: .5px solid rgba(255,255,255,0.5);
	border-width: thin;
}

.togglebox a{
	font-family: "Saira", sans-serif;
	width: 100%;
	height: auto;
	font-size: 1.1em;
	color: #555555;
	margin: 5px auto;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.content{
	width: 90%;
	margin: 0 auto;
}