.checkbox, .radio{
    display: inline-block;
    margin-right: 45px;
    padding: 8px 0px 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}

#c2470 .grey-header{
    padding: 4px 0px 4px 10px;
    background: #868485;
    color: #fff;
    position: relative;
}

#c2470 .grey-header > .checkbox{
    padding: 0px;
    font-size: 16px;
}


#c2470 .grey-header:after{
    height: 20px;
    width: 20px;
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    right: 5px;
    top: 4px;
}