﻿body {
}
.readingQuestion {
    font-size: 110%;
    color: black;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background-color: mintcream;
    border: 1px solid darkgray;
    line-height: 200%;
    max-height:900px;
    overflow:auto;
}
.readingQuestionSheet {
    font-size: 120%;
    color: darkolivegreen;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background-color: white;
    border: 0px solid darkgray;
    line-height: 170%;
    max-height: 900px;
    overflow: auto;
}
.readingQuestion_m {
    font-size: 110%;
    color: black;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    background-color: mintcream;
    line-height: 200%;
}
.readingQuestionSheet_m {
    font-size: 120%;
    color: darkolivegreen;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    background-color: white;
    line-height: 170%;
}
.readingQuestionPromote {
    font-size: 100%;
    color: chocolate;
    font-weight:bold;
    padding: 5px 0;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    line-height: 150%;
}
