﻿#cookie-bar {
    background: #2b2a29;
    height: auto;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    padding: 6px;
    /*border-top-left-radius: 24px;*/
    /*border-top-right-radius: 10px;*/
}

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        /*border-radius: 3px;*/
        text-decoration: none;
        padding: 2px 10px;
        margin-left: 4px;
        /*font-size: 15px;*/
    }

    #cookie-bar .cb-enable {
        background: #04acea;
        margin: 8px 5px;
    }

        #cookie-bar .cb-enable:hover {
            background: #104f60;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: #555555;
        /*text-decoration: underline;*/
    }

        #cookie-bar .cb-policy:hover {
            background: #0f1d20000;
            color: #ffffff;
        }

@media only screen and (max-width: 768px) {
    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    #cookie-bar {
        background: #808080;
        height: auto;
        line-height: normal;
        color: #eeeeee;
        text-align: center;
        padding: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
        #cookie-bar p {
            margin: 0;
            padding: 0;
            font-size: 13px;
        }
}
