.cookie-info
{ 
    position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.cookie-info-content
{
    padding: 15px;
    margin-bottom: 15px;
    background: #222;
    color: #fff;
    text-align: center;
}

.cookie-info-content a
{
    outline-color: #fff !important;
}

.link-in-content,
.link-in-content:hover
{
    color: #57b9ff;
}