table {
    color:#8698a5;
    width: calc(100% - 60px);
    margin: 0;
}
.accordion table {
    margin:0 auto;
}
thead {
    border-bottom: 1px solid #8698a5;
}
th {
    font-weight:normal;
    padding: 24px 0 12px 0;
}
td {
    padding-top:6px;
    padding-bottom:6px;
}
th,
td {
    padding-left: 30px;
        padding-right: 30px;
}
.row_first td,
tbody > tr:first-child > td {
    padding-top:12px;
}
.accordion .col_first {
    padding-left:0;
}
.accordion .col_last {
    padding-right:0;
}
.ce_accordion {
    font-weight:lighter;
    margin: 12px 0;
    border: 1px solid white;
}
.toggler {
    background: white;
    padding: 15px 30px;
    color: #8698a5;
    font-size:16px;
    font-weight:lighter;
}
.accordionlinks a {
    background: #8698a5;
        padding: 6px 30px;
        width: 100%;
        color: white;
        margin-bottom: 12px;
        display: block;
    font-size: 18px;
    font-weight:lighter;
    border: 1px solid #8698a5;
}
.accordion > div > .ce_text {
    padding:20px;
}
.accordion li {
    list-style-type: disc;
        margin-left: 16px;
}
.accordion th,
.accordion td,
.accordion {
    color:black;
}
.accordion th {
    text-transform:uppercase;
}
.ce_download {
    display: inline-block;
        float: right;
        overflow: visible;
        margin: 30px 30px 30px 52px;
}
.download-element {
    margin-bottom: 0;
}
.download-element > a,
.ce_rsce_portfolio table a {
    color: #ec6707;
        font-size: 11px;
        position: relative;
        display: inline-block;
        line-height: 1rem;
}
.download-element > a:before,
.ce_rsce_portfolio table a:before {
    font-family: 'FontAwesome';
        content: '\f019';
        background: #ec6707;
        padding: 9px;
        border-radius: 90%;
        color: white;
        position: absolute;
        font-size: 14px;
        line-height: 1;
        left: -49px;
        top: -2px;
}
