
.row {
	clear: both;
	padding: 10px 0 20px 0;
	border-top: 2px solid #FF050C;
}
.no-border {
	border: 0px;
}
.text {
	padding-top: 10px;
	font-weight: bold;
}
.col {
	padding-top: 10px;
	width: 100%;
	float: left;
	display: inline;
	position: relative;
}
.col.right {
	float: right;
}


.checkbox {
	text-align: center;
}
.radio {
	text-align: center;
}
.input {
	text-align: left;
	padding: 0  10px 0 0;
}
.input input,
.input select {
	width: 100%;
	margin: 0px;
	padding: 0x;

}
.input input {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
#COD {
	font-size: 14px;
	line-height: 22px;
}
.submit {
	position: relative;
	width: 100%;
}
.submit input {
	margin: 0px;
	padding: 0px;

	text-align: center;
	font-size: 16px;
	color: white;
	background-color: rgb(45,204,112);
	width: 100%;

	border: 0px;
	padding: 0px;
	line-height: 44px;
}
.textarea {
	width: 100%;
	position: relative;
}
.textarea textarea {
	height: 80px;
	width: 100%;
}

.text-center {
	text-align: center;
}

.label {
	font-size: 10px;
	text-align: center;
	color: rgb(90,90,90);
}
.and-or {
	font-size: 9px;
	text-align: center;
	line-height: 22px;
	color: rgb(90,90,90);
}

.small {
	font-size: 10px;
}

@media (min-width: 760px) {

	.radio label {
		display: none;
	}
	.checkbox label {
		display: none;
	}
	.input label {
		display: none;
	}

	.col-1 { width: 10%; }
	.col-2 { width: 20%; }
	.col-3 { width: 30%; }
	.col-4 { width: 40%; }
	.col-5 { width: 50%; }
	.col-6 { width: 60%; }
	.col-7 { width: 70%; }
	.col-8 { width: 80%; }
	.col-9 { width: 90%; }

	.off-left-1 {margin-left: 10%;}
	.off-left-2 {margin-left: 20%;}
	.off-left-3 {margin-left: 30%;}
	.off-left-4 {margin-left: 40%;}
	.off-left-5 {margin-left: 50%;}
	.off-left-6 {margin-left: 60%;}
	.off-left-7 {margin-left: 70%;}
	.off-left-8 {margin-left: 80%;}
	.off-left-9 {margin-left: 90%;}

	.off-right-1 {margin-right: 10%;}
	.off-right-2 {margin-right: 20%;}
	.off-right-3 {margin-right: 30%;}
	.off-right-4 {margin-right: 40%;}
	.off-right-5 {margin-right: 50%;}
	.off-right-6 {margin-right: 60%;}
	.off-right-7 {margin-right: 70%;}
	.off-right-8 {margin-right: 80%;}
	.off-right-9 {margin-right: 90%;}

	.hide-desktop {
		display: none;
	}
}

@media (max-width: 760px) {

	label {
		line-height: 34px;
	}
	.radio {
		text-align: left;
		min-height: 44px;
	}
	.checkbox {
		text-align: left;
		min-height: 44px;
	}
	.input {
		padding: 0 10px 0 0;
		min-height: 44px;
	}
	.input label {
		padding-top: 0px;
		display: block;
		font-size: 10px;
		color: rgb(90,90,90);
	}

	.question {
		float: none;
		clear: both;
		display: block;
	}
	.answer {
		padding-top: 10px;
	}
	.answer .col {
		padding-top: 0px;
	}
	.mob-col-1 {
		float: none;
		clear: both;
		display: block;
		width: 100%;
	}
	.mob-col-2 {
		width: 50%;
	}
	.mob-col-3 {
		width: 33%;
	}

	.mob-col-left {
		width: 40%;
	}

	.answer .mob-col-and,
	.mob-col-and {
		width: 20%;
		font-size: 9px;
		text-align: center;
		line-height: 22px;
		padding-top: 36px;
	}

	.mob-col-right {
		width: 40%;
	}

	#q070 .answer br,
	#q160 .answer br {
		display: none;
	}

	.hide-mobile {
		display: none;
	}
}

.question {
	line-height: 22px;
	color: #000000;
}
.question-inline {
	display: block;
	position: relative;
}
.question-inline-block {
	display: block;
	position: relative;
	padding-left: 30px;
}
.question-inline label {
	display: inline-block;
	line-height: inherit;
	margin: 5px 0;
	margin-left: 30px;
	position: relative;

	color: black;
	line-height: 22px;
}
.question-inline input {
	position: absolute;
	left: -30px;
}

.pivot-slave {
	padding-bottom: 10px;
}
.pivot-slave .question {
	font-weight: bold;
}

@media (min-width: 760px) {
	.pivot .question-inline {
		text-align: center;
	}
	.pivot .question-inline input {
		position: relative;
		left: 0px;
	}

	.pivot .question-inline label {
		margin: 5px auto;
		display: block;
		text-align:center;
	}
	.pivot .question-inline input {
		margin: 0 auto;
	}
	.pivot-master  .question-inline label {
		margin: 5px 0;
		text-align: left;
	}
}

.clear {
	clear: both;
	float: none;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}

.hide-content {
	display: none;
}

#langnext label {
	line-height: 22px;
}
