.tx-maxpersonalitycheck fieldset.question,
.tx-maxpersonalitycheck .result {
	padding: 1em 0;
	margin: 1em 0;
	border-top: 1px solid #02133C;
	border-bottom: 1px solid #02133C;
	display: none;
}
.tx-maxpersonalitycheck fieldset.active,
.tx-maxpersonalitycheck .result {
    display: block;	
}

.tx-maxpersonalitycheck fieldset.question h4,
.tx-maxpersonalitycheck .result h4 {
    color: #92a9c2;
    margin-bottom: 2em;
}

.tx-maxpersonalitycheck fieldset.question h5 {
    font-weight: bold;
    margin-bottom: 1.5em;
}

.tx-maxpersonalitycheck fieldset.question .answer-item {
	position: relative;
	max-width: 640px;
}

.tx-maxpersonalitycheck fieldset.question .answer-item input {
    position: absolute;
    top: -1px;
    left: 2px;
}

.tx-maxpersonalitycheck fieldset.question .answer-item label {
    font-weight: normal;
    margin-left: 2em;
}

.tx-maxpersonalitycheck button {
    border: 0;
    background-color: #02133C; 
    color: white;
    padding: 7px 20px;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 1.5em 0 1em 0;
}