/* Shared accessibility utilities, loaded by every live theme master. Work performed as part of DS-776. */

.tz-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    padding: 0.35em 0.75em;
    background: #000;
    color: #fff;
    font-size: 0.85em;
    text-decoration: none;
}

    .tz-skip-link:focus {
        left: 0;
    }
