.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-clear {
  clear: both;
}
