.bottom-to-top {
  border-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
     border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
}

.clearfix::before {
  content: '';
  display: table;
}

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

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