#cookie-bar {
    height: auto;
    padding: 0.8125rem 0;
    text-align: center;
    background-color: #31485C;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #ffffff;
    z-index: 10000;
    position: relative;
}

#cookie-bar.fixed {
    width: 100%;
    position: fixed;
    z-index: 100;
}

#cookie-bar.bottom {
    bottom: 0;
}

#cookie-bar.top {
    top: 0;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    display: inline-block;
    margin-left: 0.5rem;
    color: #ffffff;
    font-weight: 500;
}

#cookie-bar a:hover {
    text-decoration: underline;
}

#cookie-bar a.cb-enable {
    color: #31485C;
    background-color: #ffffff;
    text-decoration: none;
    padding: 0.125rem 0.375rem;
}

#cookie-bar a.cb-enable:hover {
    text-decoration: none;
}
