#cookie-bar
{
    line-height: 24px;

    height: auto;
    padding: 8px 0;

    text-align: center;

    color: #eee;
    background: #111;
}
#cookie-bar.fixed
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
}
#cookie-bar.fixed.bottom
{
    top: auto;
    bottom: 0;
}
#cookie-bar p
{
    margin: 0;
    padding: 0;
}
#cookie-bar a
{
    display: inline-block;

    margin-left: 8px;
    padding: 0 6px;

    text-decoration: none;

    color: #000;
    border-radius: 3px;
    background-color: #fff;
}
#cookie-bar .cb-enable,
#cookie-bar .cb-policy
{
    font-weight: 200;
}
#cookie-bar .cb-enable:hover
{
    text-decoration: underline;

    color: #a6a6a6;
}
#cookie-bar .cb-disable
{
    background: #900;
}
#cookie-bar .cb-disable:hover
{
    background: #b00;
}
#cookie-bar .cb-policy:hover
{
    text-decoration: underline;

    color: #a6a6a6;
}
