/* --- Mainpage --- */
p.leadtext {
    border-top: 1px solid #C8C8C8;
    padding-top: 12px!important;
}
div.conditions {
    border-top: 1px solid #C8C8C8;
    padding-top: 5px;
    margin-top: 20px;
}
img.mainimage {
    margin: 20px 0 20px 0;
}

/* --- Quiz --- */
div.question_container {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 12px 0 12px 0;
    margin-bottom: 12px;
    width: 100%;
}
div.selection_container {
    float: left;
}
ul.answers {
    float: left;
}
ul.answers li {
    float: left;
}
ul.answers li input {
    float: left;
    height: 20px;
}
ul.answers label {
    float: left;
    height: 20px;
    margin-top: 3px;
    display: block;
}
img.answer_img {
    float: left;
    width: 150px;
    height: 100px;
    padding-right: 5px;
}
p.question_nr {
    font-weight: bold;
}
p.question {
    font-weight: bold;
    font-size: 14px;
    color: #1EA1C9;
    margin-bottom: 12px;
}

div.answer_container {
    border-top: 1px solid #C8C8C8;
    padding: 5px 0 5px 0;
}
p.answertitle {
    font-weight: bold;
}
div.answer_text {
    width: 420px;
    float: left;
}
div.answer_img {
    width: 48px;
    float: right;
    padding-top: 15px;
}
p.correct_text {
    border-top: 1px dashed #C8C8C8;
    padding-top: 5px!important;
}
p.explanation_text {
    padding-bottom: 5px!important;
}