.clearfixed {
  &:before, &:after {
    content: ' ';
    display: table;
  }
  &:after {
    clear: both;
  }
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}