#cookie-bar.fixed {
    position: fixed;
    top: 0;
    margin-left: 1.4%;
    border-radius: 0 0 10px 10px;
    display: block;
    width: 96%
    }
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
    }
#cookie-bar {
    background: #333;
    box-shadow: 0 0 12px rgba(15, 31, 48, 0.8);
    padding: 20px 10px 20px;
    color: #fff;
    font: normal 1.01em/1.4em Arial, Tahoma sans-serif
    }
#cookie-msg {
    margin: 0 6px;
    padding: 6px;
    width: 78%;
    float: left
    }
#cookie-msg-head {
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.07em;
    display: inline-block;
    margin-bottom: 4px
    }
#cookie-btn {
    margin: 20px 9px;
    float: right
    }
#cookie-bar a {
    font-style: normal;
    color: #000;
    border-radius: 0.5em;
    box-shadow: 0 0 6px #000;
    text-decoration: none;
    padding: 6px 14px;
    float: right;
    margin-right: 10px
    }
#cookie-bar .cb-enable {
    background: #FECC53
    }
#cookie-bar .cb-enable:hover {
    background: #00CD00;
    color: #fff
    }
#cookie-bar .cb-policy {
    background: #FECC53
    }
#cookie-bar .cb-policy:hover {
    background: #FFA400;
    color: #fff
    }