/**
* Crowdfunding product style
*/
table.cf_table{
    width: 100%;
    margin-top: 40px;
    border: none;
}
table.cf_table tbody tr th,
table.cf_table tbody tr td{
    border: none;
}
table.cf_table tbody tr th{
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #DCDBDB;
}
table.cf_table tbody tr th.label{
    width: 70%;
    text-align: left;
}
table.cf_table tbody tr td.cf-product-description{
    padding: 10px 0;
}
table.cf_table tbody tr td.cf-add-to-cart{
    text-align: right;
    padding-bottom: 40px;
}
table.cf_table tbody tr td.cf-add-to-cart a{

}