/* Use this instead of the tag attribute 'clear="all"', since that is no longer valid HTML. */
/* Example: <br clear="all"> should rather be <br class="clear-all"> */
.clear-all {
  clear: both;
}
