/* General style */
.floatLeft { float: left; }
.floatRight { float: right; }
.hidden { display: none; }