.bodyFont {font-family: georgia, times new roman, times, serif; font-size:16px; }
.introFont {font-family: georgia, times new roman, times, serif; font-size:21px; line-height: 125%}
.textCell {padding-top:3px; padding-right: 25px}
.iconCell {vertical-align: top; width: 30px}
.cloudythinking-main-table {
    width: 630px;
    margin: 0 auto 0 auto;
}
.quiz-link {
    color: #ff6600;
    text-transform: none;
    font-weight: normal;
}

.cloudythinking-header {
    margin: 10px 0 30px 0;
}

@media (max-width: 685px) {
    .cloudythinking-main-table {
        width: 100%;
    }
    .introFont {font-size:18px;}
    .bodyFont {font-size:17px; }
    .textCell {padding-right: 15px}
    .cloudythinking-header {
        margin: 4px 0 15px 0;
    }


}
