.cookie-consent{
    position: fixed;
    bottom: 0;
    left: 0;
    right:0;
    z-index: 9214748360;
    color: #6b6b6b;
    background-color: #3e3b3c;
    margin-left:0;
    margin-right:0;
}

.cookie-consent .row{
    padding: 5px 8px;
}

#close-cookies{
    /*border: 1px solid white;*/

    /*font-size: 1.5em;*/
    /*border-radius: 15px;*/
    /*width: 100px;*/
    /*clear:both;*/
    float: right;
    /*margin-right: 15px;*/
}