#cookieBar {
    background: #eeeeee none repeat scroll 0 0;
    color: #111111;
    height: auto;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
body,html {
    margin:0;
    padding:0;
}

#cookieBar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookieBar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookieBar p {
    margin: 0;
    padding: 0;
}

#cookieBar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookieBar a:hover{
    text-decoration: underline;
}

#cookieBar .cb-enable {
    background: #0033bb;
    margin: 12px 0 5px;
}

#cookieBar .cb-enable:hover {
    background: #0055dd;
}

#cookieBar .cb-disable {
    background: #990000;
}

#cookieBar .cb-disable:hover {
    background: #bb0000;
}

#cookieBar .cb-policy {
    background: #0033bb;
}

#cookieBar .cb-policy:hover {
    background: #0055dd;
}