﻿.skip-to-main {
    background-color: #000;
    color: #fff;
    text-align: right;
    z-index: 99999999;
    padding-right: 20px;
   
    width: 100%;
     /*position: fixed;
    top: 0;
    left: 0;*/
}

    .skip-to-main a {
        color: #fff;
        text-decoration:none;
        font-size:0.9rem;
    }

