﻿#CookieAlert
{
    padding: 10px;
    background-color: #f3f2f1;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
}

#CookieAlert .container
{
    display: table;
    margin: 0 auto;
}

#CookieAlert .message
{
    color: #fff;
}

#CookieAlert > .container > div
{
    padding: 0px 5px 0px 5px;
}

#CookieAlert .actions > div
{
    padding: 0px 5px 0px 5px;
}

#CookieAlert .button.button-decline
{
    background: rgb(153, 153, 153); 
    border: none;
    color: #fff;
}