﻿.eduQuestion p { text-align:justify; margin: 0; padding: 0; min-height: 1em; _height: 1em; }
.eduQuestion p.center { text-align: center; }
.eduQuestion p.textindent { text-indent: 30px; }
.eduQuestion p.header { text-align: center; font-size: 24pt; }
.eduQuestion p.citation { text-align: right; font-style: italic; }
.eduQuestion p.footnote { border-top: solid 1px #000; font-size: 80%; }
.eduQuestion p.image-left { text-align: left; }
.eduQuestion p.image-center { text-align: center; }
.eduQuestion ol.list_upperroman { list-style-type: upper-roman; }
.eduQuestion ol.list_lowerroman { list-style-type: lower-roman; }
.eduQuestion ol.list_upperalpha { list-style-type: upper-alpha; }
.eduQuestion ol.list_loweralpha { list-style-type: lower-alpha; }
.eduQuestion ol.list_decimal { list-style-type: decimal; }

.eduQuestion ol.list_numbered2 { list-style-type: none; }
.eduQuestion ol.list_numbered2 li:nth-child(2n) { list-style-type: decimal; }

.eduQuestion ol.list_numbered3 { list-style-type: none; }
.eduQuestion ol.list_numbered3 li:nth-child(3n) { list-style-type: decimal; }

.eduQuestion ol.list_numbered4 { list-style-type: none; }
.eduQuestion ol.list_numbered4 li:nth-child(4n) { list-style-type: decimal; }

.eduQuestion ol.list_numbered5 { list-style-type: none; }
.eduQuestion ol.list_numbered5 li:nth-child(5n) { list-style-type: decimal; }

.eduQuestion ol.list_numbered10 { list-style-type: none; }
.eduQuestion ol.list_numbered10 li:nth-child(10n) { list-style-type: decimal; }

.eduQuestion ul.list_circle { list-style-type: disc; }
.eduQuestion ul.list_square { list-style-type: square;}

.eduQuestion .box { border: 1px solid; padding: 0.4em; }
.eduQuestion .doublebox { border: 3px solid; padding: 0.4em; }
.eduQuestion .outlinebox { border: 3px double; padding: 0.4em; }
.eduQuestion .padding1 { padding: 0.4em 2.0em; }
.eduQuestion .padding2 { padding: 0.4em 4.0em; }
.eduQuestion .padding3 { padding: 0.4em 6.0em; }
.eduQuestion .padding4 { padding: 0.4em 8.0em; }
.eduQuestion .margin1 { margin: 0 2.0em; }
.eduQuestion .margin2 { margin: 0 4.0em; }
.eduQuestion .margin3 { margin: 0 6.0em; }
.eduQuestion .margin4 { margin: 0 8.0em; }


.eduQuestion img
{
    max-width: 600px;
    height: auto;
}

.eduEqn
{
    vertical-align: middle;   
}

.correctAnswer {
    background-color: #74c074;
    font-weight: bold;
    color: #FFF;
}

.userResponse {
    border: solid 2px #00F;
}