﻿
/*

Use this CSS file to extend or add to the classes found in the WDCmain.css file i.e. 

.mainAreaPageTitle {

	color:Black;

}

Would change the color attribute of class .mainAreaPageTitle from #D341A0 to Black.

*/

.divResultsQuestion 
{
    font-weight : bold;
    padding-bottom : 20px;
    clear : both;
}

.divResultsAnswer
{
    padding-bottom : 20px;
    clear : both;
}

.divResultsAnswerAnswer
{
    font-weight : bold;
    padding-bottom : 5px;
    clear  : both;
}

.divResultsAnswerPercent
{
    padding-left : 10px;
}

.divResultsAnswerAdvice
{
    clear : both;
    font-weight : bold;
} 
    


