.cookieconsent {
    display:none;
    width:100%;
    position:fixed;
    z-index:1049;
    bottom:0px;
    background-color: rgba(0, 0, 0, 0.74);
    color:white;
}

.cookieconsent button {
    height:10px;
    margin-left:20px;
}
.cookieconsent p {
    margin-bottom:10px;
    margin-top:10px;
    font-size:17px;
}