Custom CSS does not apply

I have added

.poch-content {
background: #961b2f }

to my test page and color changed fine, however when i try to use the same exact code in the "live" site it does not apply any ideas ?

Hi @Adam.Bilski,
Yes, there seems to be a bug with the CSS style rendering. Please use the "!important" rule temporarily until we fix it. We'll do our best to fix it shortly
Meanwhile, this should do the trick:

.poch-content {
background: #961b2f !important}

Thanks!