﻿
.subSectionQA .anchorHeader h2 
{
    color: #333;
    font-style: normal;
    margin-top: 0px;
    margin-left: 8px;
    padding-top: 0px;
    font-size: 18px;
    
}

.Questions 
{
    padding-top: 15px;
}


td.instruction 
{
    color: Maroon;
    font-style: italic;
    padding-bottom: 8px;
    padding-left: 8px;
}

div.subSectionQA #pageContent 
{
    border-bottom: 0px;
}

.subSectionQA .anchorHeader h3 
{
    margin-left: 8px;
    font-size: 15px;
}

.Questions .section a p 
{
    font-weight: normal;
}


.bigBoxMain 
{
    margin-bottom: 0px !important;
}

div.checkPoint div.question 
{
    padding-left: 5px;
    padding-top: 10px;   
}

div.checkPoint .cp 
{
    padding-left: 5px !important;
}

div.questionContainer .answers 
{
    padding: 5px 0;
}


.section2 
{
    background-color: #ccc;
    
}
    .section2 .anchorHeader
    {
        padding: 0px;
    }
    
    .section2 .anchorHeader h2
    {
        padding: 5px 8px !important;
        font-size: 14px !important;
        margin: 10px 0 !important;
    }
    

div.userQuestion table.answer td.letter 
{
    /*width: 18px;*/
}

h2.hidden 
{
    display: none !important;
}

.split 
{
    overflow: hidden;
    border-top: 1px solid #333;
}

.split div.question 
{
    float: left;
    width: 335px;
    padding-left: 10px;
    padding-top: 8px;
    
}

.split div.answers 
{
    float: left;
    width: 315px;
    padding-top: 5px;
    padding-left: 5px;
    border-left: 1px solid #333;
}

.split div.answers p
{
    line-height: 14px;
}

.split div.answers table.answer td.text 
{
    padding-top: 3px !important;
    line-height: 15px;
}



div.userQuestion table.answer td.text 
{
    line-height: 18px;
}


table.answer td.text ul
{
    margin: 5px 0 5px 16px;
}

    table.answer td.text ul li
    {
        padding-top: 3px;
    }
    
    table.answer td.text ul li.indent
    {
        list-style: none;
        padding-top: 0px;
        font-size: 0.9em;
        margin-left: 40px;
        margin-top: -4px;
        line-height: 1.3em;
    }

