#odfprev_form {
	width: 60%;
	margin: 0 auto;
}
#odfprev_form input, #odfprev_form textarea, #odfprev_form select {
	width: 98%;
	padding-right: 1% !important;
	padding-left: 1% !important;
}

.odfprev_label {
	width: 25%;
	float: left;
	padding-top: 5px;
	margin-bottom: 5px;
}
.odfprev_input {
	width: 70%;
	float: left;
	margin-bottom: 5px;
}

/* ELENCO DISPONIBILITA' */

.odfprev_events {
	margin-top: -2px;
	padding-bottom: 10px;
}
.odfprev_events ul {
	list-style: none;
}
.odfprev_events li {
	width: 32%;
	float: left;
}
.odfprev_events ul li input {
	width: 20px !important;
	float: left;
	margin-top: 4px;
	margin-right: 6px;
}
.odfprev_events ul li label {
	float: left;
	padding-top: 2.5px;
}
.odfprev_events br {
	clear: both;
}
.odfprev_events h5 {
	margin-top: 10px;
}

/* CAPTCHA */

.odfprev_captcha {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.odfprev_captcha button {
	display: none;
	visibility: hidden;
}

/* BOTTONE */

.odfprev_send {
	text-align: center;
}

@media (max-width: 900px) {
	#odfprev_form {
		width: 98%;
	}
}

@media (max-width: 767px) {
	.odfprev_label, .odfprev_input {
		width: 96%;
		padding: 0;
	}
	.odfprev_events h5 {
		padding-left: 10px;
	}
	.odfprev_events li {
		width: 48%;
	}
	.odfprev_captcha {
		width: 96%;
		margin-left: 0;
		text-align: center;
	}
	.odfprev_captcha .g-recaptcha {
		margin-top: 8px;
		display: inline-block;
	}	
}