.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}
