.clear::before {
  content: "";
  display: table;
}

.clear::after {
  clear: both;
  content: "";
  display: table;
}
/*# sourceMappingURL=clear.css.map */
