/*!
 * Copyright Zendesk, Inc.
 *
 * Use of this source code is governed under the Apache License, Version 2.0
 * found at http://www.apache.org/licenses/LICENSE-2.0.
 */

.u-visibility-visible{ visibility:visible !important; }

.u-visibility-hidden{ visibility:hidden !important; }

.u-visibility-screenreader{
  position:absolute;
  border:0;
  clip:rect(1px, 1px, 1px, 1px);
  padding:0;
  width:1px;
  height:1px;
  overflow:hidden;
  white-space:nowrap;
}
