Description
The problem is, when I leave only 1 pages css. It’s ok
http://jsfiddle.net/RcJX5578J/3/

But when I use is all-in-one css file (combined result of all pages’ css styles.) some divs dont get their styles from CSS.
http://jsfiddle.net/RcJX5578J/1/

Question is…
I’d want to know, what blocks class .cont_title when I use all css styles together? Am I missing something?
In your second fiddle, you have an invalid set of characters just above your
.cont_titleclass. Removing the invalid characters fixes the issue you’re seeing.