/* CSS for page_pre-teste.html */

.box {

    padding: 0.5em;

}

.prefix.test.box {

    margin-bottom: 1.5em;

    background-color: aliceblue;

}

.content.pos,
.content.pre {

    padding: 1em;

    background-color:rgb(160, 183, 206);

    margin: 0 20%;

}

.test.box {

    background-color: rgb(160, 183, 206);


}

.question.box {

    background-color: #8997a5;
    color: rgb(253, 253, 238);

}

.question.box .text { 

    text-align: justify;

 }

.options.box {

    background-color: rgb(249, 249, 233);
    color: rgb(36, 63, 97);

}

.options.box .input.radio {

    height: fit-content;

}