Been looking around on answers, tried different method on how to use CSS. Never had experience using CSS before. I'm trying to right align 4 fields to the right (id: q133, q134, q135, q136). I tried 1 field with the script below, it didn't work.
#q133 .cf-field, #q133 .cf-label {
width: 100% !important;
text-align: right;
}