.sticky-bar{
    display: block;
    color: white;
    background: #0a0;
    float: left;
    width: 100%;
    padding: 5px;
    text-align: center;
    z-index: 1000;
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    min-height: 28px;
}

.sticky-bar a, .sticky-bar a:focus, .sticky-bar a:visited{
    display: inline-block;
    padding: 0 10px !important;
    text-decoration: none;
    color: #0f0;
}

.sticky-bar a:after{
    content:' > ';
}

.sticky-bar a:hover, .sticky-bar a:hover{
    color: #0f0;
    text-decoration: underline;
}

@media (max-width: 767px){
    .sticky-bar{
        font-size: 16px;
    }
}