.na-float-left {
  float: left;
}
.na-float-right {
  float: right;
}
.na-float-none {
  float: none;
}

.na-float-clear::after {
  content: '';
  display: table;
  clear: both;
}
