body {
    font-size: 16px;
}

#navigator p {
    margin: 0 2px;
}


.questions .rowDescriptor {
    min-height: 48px;
    text-align: center;
	display: flex;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    padding-left: 30px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    width: 30px;
    height: 30px; 
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    width: 30px;
    height: 30px; 
}

.questions .heading {
    margin-top: 190px;
	min-height: 60px;
}

.questions .content {    
/*    height: calc(100vh - 400px) !important;*/
}

.choiceV p {
	font-size: 0.8em;
}

.targetV-center-text {
	font-size: 0.8em;
}

.questions .container {
    margin-top: 100px !important;
	margin-bottom: 110px !important;
}

.questions .container .info {
	padding-bottom: 20px;
}

.slidercontainer, .slidercontainer2 {
    padding-bottom: 100px !important;
}

.questions .instruction {
	min-height: 40px;
}