.u-relative {
  position: relative !important; }

.u-absolute {
  position: absolute !important; }

.u-fixed {
  position: fixed !important; }

.u-static {
  position: static !important; }

.u-top-right {
  top: 0;
  right: 0; }

.u-top-left {
  top: 0;
  left: 0; }

.u-bottom-right {
  bottom: 0;
  right: 0; }

.u-bottom-left {
  bottom: 0;
  left: 0; }

.u-zindex-0 {
  z-index: 0; }

.u-zindex-1 {
  z-index: 1; }

.u-zindex-2 {
  z-index: 2; }

.u-zindex-3 {
  z-index: 3; }

.u-zindex-4 {
  z-index: 4; }

.u-zindex-5 {
  z-index: 5; }

.u-zindex-auto {
  z-index: auto; }

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