#headingSection {
    padding: 5px;
}

#faqSection {
    padding: 20px 90px 60px 60px;
}

h1 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
}

/* The expand / collapse button */

.myFaqButton {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333 !important;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .myFaqButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
    }

    .myFaqButton:active {
        position: relative;
        top: 1px;
    }

/* Definition Lists */

dt {
    color: #cfcd60;
    font-size: 16px;
    margin-top: 15px;
    padding: 3px 0px 3px 30px;
    position: relative;
    cursor: pointer;
    border: 0px solid transparent;
    text-align: left;
    background: -moz-linear-gradient(left, rgba(244,169,29,0.3) 0%, rgba(254,182,69,0) 62%); /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(244,169,29,0.3) 0%,rgba(254,182,69,0) 62%); /* IE10+ */
    background: -o-linear-gradient(left, rgba(244,169,29,0.3) 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.3)), color-stop(62%,rgba(254,182,69,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(244,169,29,0.3) 0%,rgba(254,182,69,0) 62%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to right, rgba(244,169,29,0.3) 0%,rgba(254,182,69,0) 62%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f4a91d', endColorstr='#00feb645',GradientType=1 ); /* IE6-8 */
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    /*border-bottom: 1px solid #2f3040;
    border-left: 1px solid #2f3040;
    border-right: 1px solid #2f3040;*/
}

    dt:hover {
        color: #dbc333;
    }

    dt .icon {
        background: url('Images/arrowRight.png') no-repeat;
        height: 24px;
        left: 0;
        position: absolute;
        width: 24px;
        top: 0px;
    }

    dt.opened .icon {
        background: url('Images/arrowDown.png') no-repeat;
    }

dd {
    display: none;
    font-size: 14px;
    padding: 5px 0 0 0;
    text-align: justify;
}


/* Only Needed For The Demo Page */


p.createdBy {
    font-size: 15px;
    font-weight: normal;
    margin: 50px;
    text-align: center;
    text-shadow: none;
}

/*a, a:visited {
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #97cae6;
    color: #97cae6;
}

    a:hover {
        border-bottom: 1px dashed transparent;
    }*/
