﻿.quizQuestion
{
    width: 440px;
}

.numberColumn
{
    width: 40px;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

.questionNumber
{
    position: relative;
    top: -4px;
    font-size: 22pt;
    font-weight: bold;
    color: #636563;
}

.buttons
{
    overflow: auto;
    width: 440px;
}

.responseText
{
    font-size: 10pt;
}

.dividingLine
{
    color: #636563;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.topBar
{
    width: 440px;
    height: 30px;
    padding: 4px;
    font-size: 14pt;
    font-weight: bold;
    background-color: #636563;
    color: White;
    overflow: visible;
}

.progressTitle
{
    float: left;
}

.progress
{
    float: right;
}

.green
{
    color: Green;
}

.yellow
{
    color: #fcee76;
}
