.bfsc_topBg{
    position: relative;
    background: url(../images/p6_bot_l.png) left center no-repeat;
}

.bfsc_topBg::after{
    content: "";
    width: 200px;
    height: 300px;
    background: url(../images/p6_bot_r.png) right center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.carbon_btn a{
    display: inline-block;
    margin: .5rem;
    border: 1px solid #ccc;
    padding: .25rem;
}

.carbon_btn a span{
    display: inline-block;
    background: url(../images/carbon_bg.png)98% bottom no-repeat,#efeeea;
    padding: .5rem 3rem .5rem 1rem;
}

.carbon_btn a:hover{
    border: 1px solid #1f9492;
    color: #1f9492;
}

table{
    text-align: center;
}
table tr.carbon_tab_bg{
    background: #1f9492;
    color: #fff;
}
table tr.carbon_tab_bg td{
    border: 1px solid #1f9492;
}
table tr th {
    background: #2abcb9;
    color: #fff;
    border: 1px solid #1f9492;
    line-height: 1.5;
    padding: .5rem 0;
}

table tr td{
    border: 1px solid #2abcb9;
}
