@import "index";

.fct-layout {
  > * {
    position: relative;
  }
}

.clearfix {
  *zoom: 1;
  &:before,
  &:after {
    content: " ";
    display: table;
    line-height: 0;
  }
  &:after {
    clear: both;
  }
}
