﻿.labelFAQ {
    background: url('images/bullet.png') no-repeat 1px center;
    margin-left: -20px;
    padding: 20px;
}

a.opening {
    font-family: 'Oswald', Arial, sans-serif;
    display: block;
    background: -moz-linear-gradient(left, rgba(244,169,29,0.2) 0%, rgba(254,182,69,0) 62%); /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(244,169,29,0.2) 0%,rgba(254,182,69,0) 62%); /* IE10+ */
    background: -o-linear-gradient(left, rgba(244,169,29,0.2) 0%,rgba(254,182,69,0) 62%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,169,29,0.2)), color-stop(62%,rgba(254,182,69,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(244,169,29,0.2) 0%,rgba(254,182,69,0) 62%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to right, rgba(244,169,29,0.2) 0%,rgba(254,182,69,0) 62%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f4a91d', endColorstr='#00feb645',GradientType=1 ); /* IE6-8 */
    padding: 3px 30px;
    text-decoration: none;
    text-align: left;
    /*color: #2f3040;*/
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
    border-bottom: 1px solid #2f3040;
    border-left: 1px solid #2f3040;
    border-right: 1px solid #2f3040;
}

    a.opening:hover, a.active {
        color: #cfcd60;
        text-decoration: none;
        font-style: normal;
    }

.expanded {
    text-align: justify;
    padding: 15px;
    border-bottom: 1px solid #2f3040;
    border-left: 1px solid #2f3040;
    border-right: 1px solid #2f3040;
}

    .expanded p {
        padding-bottom: 20px;
    }

    .expanded .expanded {
        padding: 0;
        color: #fff;
    }

        .expanded .expanded p {
            padding: 15px;
        }
