.widget_childbenefitdebt_widget .cbd-wrapper{
    padding: 20px;
    background-color: #0c71c3;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    color: #fff;
}

.widget_childbenefitdebt_widget .cbd-wrapper a{
    color: #fff;
}

.widget_childbenefitdebt_widget .cbd-wrapper .title h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
}

.widget_childbenefitdebt_widget .cbd-wrapper .debts-total{
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
    background-color: #efefef;
    color: #0c71c3;
    font-family: monospace;
    font-size: 180%;
}

.widget_childbenefitdebt_widget .cbd-wrapper .description{
    text-align: justify;
}

.widget_childbenefitdebt_widget .cbd-wrapper .description a{
    text-decoration: underline;
}

.widget_childbenefitdebt_widget .cbd-wrapper .description span.bg-white{
    background: #fff;
    color: #0c71c3;
    padding: 1px 6px;
}