/**
 * (TG: Ported from totem_common.css)
 *
 * Patch the version of clearfix included in core, since in a few cases it seems
 * to create extraneous height after the clearfix'd element which induces an
 * unneeded vertical scrollbar on parent element.
 * Note also that core's implementation does not fully match the version in the
 * web page that it references.
 *
 * @see system.base.css
 */
.clearfix:after {
  content: "" !important;
}