﻿.categoryTitle
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
}

#student_content .question
{
    font-weight: bold;
    margin-top: 15px;
    margin-left: 15px;
}


#student_content .question a:link, #student_content .question a:visited, #student_content .question a:active, #student_content .question a:hover
{
    text-decoration: none;
}

#teacher_content .question
{
    margin-top: 15px;
    margin-left: 15px;
}


hr
{
    margin: 20px 0px 20px 0px;
}

.answer
{
    display: none;
    margin-left: 30px;
}

