/*  Universal placeholder for implementing page container on an element  */
.clearfix:before {
  content: '';
  display: table; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

/*# sourceMappingURL=clearfix.css.map */
