/* Increase padding on questions */
	.question_questionTitle {
        padding: 15px 0;
    }

/* Center the logo on the page */
.layout_mainHeaderLeft {
  text-align: center;
}

/* Text blocks only */
.layout_text {
    padding: 15px 0;   /* Font spacing */
}

/* Hide the required icon and text */
.validation_validationBlock {
  display: none;
}


