@charset "utf-8";
// Copyright 2019, Oath Inc.
// Licensed under the terms of the MIT license. See LICENSE file in project root for terms.

.float-right {
  float: right;
}

.float-left {
  float: left;
}
