/***** verFaq.css *****/
p.question,
div.question,
span.question
{
    cursor: pointer;
    /*font-size: 13px;*/
    text-decoration: underline;
    margin: 0;
}

p.question:hover,
div.question:hover ,
span.question:hover
{
    text-decoration: underline;
}

p.answer,
div.answer,
span.answer
{
    display: none;
    /*background: #f2f2f2;*/
    /*background: rgb(230, 239, 249);*/
    /*margin-left: 1em;*/
    /*padding: 10px;*/
    /*font-size: 13px;*/
    /*color: orangered;*/
    /*font-weight: bold;*/
    padding: 0;
    margin: 10px 0 0 0;
}

p.question::before,
div.question::before,
span.question::before
{
    /*content: "Q. ";*/
    /*color: orangered;*/
    /*font-weight: bold;*/
    padding: 0;
    margin: 0;
}

p.answer::before,
div.answer::before,
span.answer::before
{
    /*content: "A. ";*/
    /*color: orangered;*/
}
