﻿table{background:transparent; }
 .marginbottom{ margin-bottom:20px;}
.faqtable .tableheader {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
}

    .faqtable .tableheader td {
        padding: 6px;
        line-height: 24px;
        font-size: 14px;
        color: #676767;
        font-weight: bold;
    }

.faqtable .tablecontent {
    margin-bottom: 20px;
    background: #fff;
    margin-bottom: 30px;
}

    .faqtable .tablecontent td {
        padding: 8px 12px;
        line-height: 24px;
    }

.faqtable table {
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    border: 1px solid rgba(0,0,0,.07);
}