/** CSS styles for quiz-related objects **/
#expandedResult {
     height: 200px;
     width: 425px;
}

#expandedResultContainer {
    width: 425px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

#shortResult {
     height: 150px;
     width: 400px;
}

#shortResultContainer {
     width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;     
}

#testButtons {
    text-align: center;
    font-size: 16pt;
}