.user_info {
	text-align: right;
}

/* ESECUZIONE TEST */

.odftest_test .alert {
	margin-bottom: 25px;
}

.odftest_test .title {
	font-weight: bold;
	font-size: 1.2em;
}
.odftest_test .question {
	margin: 30px 0 !important;
	display: table;
}

.odftest_test td {
	vertical-align: top;
}
.odftest_test td:first-child {
	padding-right: 10px;
}
.odftest_test input {
	margin-top: 3px !important;
	float: left;
}

/* REGISTRAZIONE E VERIFICA */

#odftest_form .form_right, #odftest_form .form_left,
#odftest_form .form_right *, #odftest_form .form_left * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

#odftest_form {
	width: 70%;
	margin: 0 auto;
}

#odftest_form .form_left {
	width: 30%;
	height: 37px;
	float: left;
	line-height: 37px;
	margin-bottom: 5px;
}
#odftest_form .form_right {
	width: 70%;
	float: left;
	margin-bottom: 5px;
}
#odftest_form .form_right:not(.odftest_captcha)
{
	height: 37px;
}
#odftest_form .form_right:not(.odftest_captcha) input
{
	height: 37px;
}
#odftest_form input, #odftest_form textarea {
	width: 98%;
	padding-right: 1% !important;
	padding-left: 1% !important;
}

#odftest_form select {
	width: 98%;
	height: 36px !important;
	padding: 0 32px 0 10px !important;
	margin-top: 7px;
	line-height: 30px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -3px right -3px no-repeat;
	background-size: 43px 43px;
}

#odftest_form .odftest_captcha {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#odftest_form .odftest_send {
	text-align: center;
}

#odftest_form .odftest_captcha button {
	display: none;
	visibility: hidden;
}

/* RISULTATI VERIFICA */

.odftest_result table {
	width: 98%;
	margin: 40px auto 20px auto;
}
.odftest_result th, .odftest_result td {
	text-align: center !important;
}
.odftest_result th:first-child, .odftest_result td:first-child {
	text-align: left !important;
}

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

@media (max-width: 767px) {
	#odftest_form .form_left, #odftest_form .form_right {
		width: 96%;
		padding: 0;
	}
	#odftest_form .odftest_captcha {
		width: 96%;
	}
	#odftest_form .odftest_captcha .g-recaptcha {
		margin-top: 8px;
		display: inline-block;
	}	

	.odftest_result table thead {
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		position: absolute;
		overflow: hidden;
		clip: rect(0 0 0 0);
		border: none;
	}
	.odftest_result table tfoot {
		display: none;
		visibility: hidden;
	}
	.odftest_result table tr {
		display: block;
		margin-bottom: 25px;
		border-bottom: 3px solid #DDD;
	}
	.odftest_result table td, .odftest_result table td:first-child {
		display: block;
		border-bottom: 1px solid #ddd;
		font-size: 0.8rem;
		text-align: right !important;
	}
	.odftest_result table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.odftest_result table td:last-child {
		border-bottom: 0;
	}
}