Hello,
Each of these cells have different class applied. In your example, classes are "mp_header4", "mp_header5" and "mp_header6". So, you can style them separately. In example, in CSS you can add:
Code:
.mp_header4 { background: pink; }
.mp_header5 { background: green; }
.mp_header6 { background: orange; }
Best regards,
Milos