#cookie-bar {
    font-size: 13px
}

@media only screen and (max-device-width: 800px) {
    #cookie-bar {
        font-size: 12px
    }

    #cookie-bar-browsers a {
        width: 50px
    }
}

#cookie-bar {
    background: #45484D;
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.95) 0, rgba(0, 0, 0, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 30, 30, 0.95)), color-stop(100%, rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.95) 0, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.95) 0, rgba(0, 0, 0, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.95) 0, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(30, 30, 30, 0.95) 0, rgba(0, 0, 0, 0.95) 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 3px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc45484d', endColorstr='#cc000000', GradientType=0)
}

#cookie-bar * {
    line-height: 1.5
}

#cookie-bar p {
    float: left;
    margin: 4px 0 0 20px;
    padding: 0;
    color: #FFF;
    font-family: sans-serif
}

#cookie-bar-button {
    background-color: #2B45AC;
    border-bottom: 1px solid #222;
    border-radius: 5px;
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    margin-top: 2px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}

#cookie-bar {
    color: #FFF;
    font-weight: 300
}

#cookie-bar a {
    color: #31A8F0;
    text-decoration: none;
}

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

.clear {
    clear: both
}