.topCookies{
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;  
          
}

.topCookies a{
    color: #fff;
    border-bottom: 1px solid #cccccc;
}

.topCookies a:hover{
    background: #ddd;
    color: black;
}

.topCookies .alert{
    margin: 15px 0px;
}

.topCookies .luk{
    float: right;
    border-bottom: 1px dashed #cccccc;
}