#barracookies {
    display: block;
    z-index: 99999;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    padding: 5px;
    background: #333333;
    color: #d7c712;
    line-height: 20px;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}

#barracookies a:nth-child(2) {
    padding: 4px;
    background: #4682B4;
    border-radius: 5px;
    text-decoration: none;
}

#barracookies a {
    color: #fff;
    text-decoration: none;
}