.examen .nota { background-color: #157AC6; padding: .5em; float: right; margin: 0 0 1em 1em; color: #fff; text-align: center; border-radius: 3px; }
.examen .nota span { display: block; font-size: .9em; }
.examen .nota strong { font-size: 4em; }
.examen .preguntas { margin: 0 -1em; }
.examen .pregunta { padding: 1em; }
.examen .pregunta.odd { background-color: #f1f1f1; }
.examen .pregunta .numero { font-weight: bold; }
.examen .respuestas { list-style: none; padding-left: .5em; }
.examen .respuestas input[type="radio"] { width: auto; margin-right: .5em; }
.examen .respuestas div { padding: 2px; }
.examen .respuestas .fallada { background-color: #EFAAAA; }
.examen .respuestas .acertada { background-color: #A2EFD6; }
.examen .actions { margin-top: 1em; text-align: center; }
