#cookie-bar {
    background: #0a321e;
    height: auto;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

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

#cookie-bar a {
    color: #ffe000;
    display: inline-block;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #ffe000;
    color: #09311d;
}

#cookie-bar .cb-enable:hover {
    background: #ffe000;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #ffe000;
}

#cookie-bar .cb-policy:hover {
    background: #ffe000;
}

body.mobile #cookie-bar p {
    margin: 0;
    padding: 0 60px 0 20px;
    position: relative;
    line-height: 1.375;
}

body.mobile #cookie-bar .cb-enable {
    background: none;
    color: #ffe000;
    font-size: 4em;
    line-height: 0;
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

body.mobile #cookie-bar .cb-enable:hover {
    background: none;
}
