.faq_question
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #ccc;
    padding:8px;
    padding-left:16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom:-1px;
}

.faq_answer
{
    -webkit-transition: height 0.2s; /* Safari */
    transition: height 0.2s;
    height:0px;
    overflow: hidden;
    margin-bottom:10px;
}

.faq_answer div
{
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}

.icon 
{
    color: #A194B2;
    margin-right:10px;
    font-size:19px;
}

.faqdesc
{
    margin-bottom:20px;
}
