.u-float-right {
  float: right !important; }

.u-float-left {
  float: left  !important; }

.u-float-none {
  float: none  !important; }

@media only screen and (max-width: 1080px) {
  .u-float-right\@portable {
    float: right !important; }
  .u-float-left\@portable {
    float: left  !important; }
  .u-float-none\@portable {
    float: none  !important; } }

@media only screen and (max-width: 767px) {
  .u-float-right\@mobile {
    float: right !important; }
  .u-float-left\@mobile {
    float: left  !important; }
  .u-float-none\@mobile {
    float: none  !important; } }

/*# sourceMappingURL=float.css.map */