﻿.question-body
{
    border: solid 1px #8EA7BB;
    padding: 10px;
}
.question-text
{
    font-size: 1.2em;
    font-weight: bold;
}
.answer-body
{
}
.answer-body-group
{
    padding-top: 15px;
    font-weight: bold;
}
.answer-text
{
}
.answer-body-sub
{
    padding-left: 15px;
}
.message-label
{
    color: Red;
    font-weight: bold;
}
.message-close-img
{
 cursor: hand;
}