#disclaimer h3 is the header, with which I don't have a problem - I can change the font size there.
The change doesn't work for the content of the disclaimer:
Code:
/* Styling the disclaimer content */
#disclaimer {
background-color: #00ff00;
color: #ff0000;
font-size: 32px; !important; /* this line shows no effect */
font-family: Tahoma serif;
}
~ Obi