#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 32px;
    font-size: small;
    color: #eeeeee;
    text-align: center;
    padding: 3px 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;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

        #cookie-bar .cb-policylink {
            border: none;
            text-decoration: underline;
            margin: 0;
            padding: 0;
            color: #eeeeee;
        }

    #cookie-bar .cb-enable, #cookie-bar .cb-policy {
        background: url(images/img_blue-gradient.png) repeat-x 0 50% #0094ff;
        border: 1px solid #149fd7;
        color: #fff !important;
        vertical-align: middle;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        padding: 7px 14px;
        line-height: 1.2;
        font-size: 1em;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-text-shadow: 1px -1px 0 rgba(0,0,0,.1);
        text-shadow: 1px -1px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
        box-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

        #cookie-bar .cb-enable:hover, #cookie-bar .cb-policy:hover {
            background: url(images/img_darkblue-gradient.png) repeat-x 0 50% #3B7C98;
            border-color: #0d6083;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }
