Just because the Facebook disclaimer text is required for every contest, that doesn’t mean it can’t look good! Style it with the following CSS:
/*Style Promotion Disclaimer Text*/
.ss_promotion_disclaimer{
color: #CCCCCC; /*Color of Disclaimer Text*/
font-size:10px; /*Font Size of Disclaimer Text*/
font-family: Arial, Helvetica, sans-serif; /*Web Safe Font Family of Disclaimer Text*/
}
You can use the following guides to help you choose a great Hex Value for the color of your text, and to find the appropriate web safe font:
Hex Value Guide: http://www.w3schools.com/cssref/css_colorsfull.asp
Guide to web-safe fonts: http://www.w3schools.com/cssref/css_websafe_fonts.asp.