﻿.faqQuestion {
    cursor: pointer;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    font-family: "Lucida Grande", Arial, sans-serif;
}

    .faqQuestion div.answer {
        display: block;
        margin: 0px;
        padding: 0px;
        padding-left: 10px;
    }

    .faqQuestion .category-link {
        white-space: nowrap;
    }