.cookie-popup {
    width: 100%;
    background: rgba(0,0,0, 0.85);
}

.cookie-popup-wrapper {
    display: table;
}

.cookie-popup-wrapper > div {
    display: table-cell;
    vertical-align: middle;
}

.cookie-popup .close-cookie {
    padding: 3px 9px 0px 0px;
    margin-right: 14px;
}
.cookie-popup .close-cookie a {
    color: #757575;
    margin-left: 0px;
}
.cookie-popup .close-cookie a:hover,
.cookie-popup .close-cookie a:focus {
    color: #757575;
}


.cookie-popup p {
    color: #757575;
    padding: 20px 0;
    margin: 0;
    text-align: left;
}
.cookie-popup p a {
    color: #757575;
    text-decoration: underline;
}

.cookie-popup a {
    color: #9bcc00;
}

.cookie-popup .close {
    color: #fff;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    opacity: 1;
    text-shadow: none;
    font-size: 28px;
    margin-left: 10px;
}

.cookie-popup .close:hover,
.cookie-popup .close:focus{
    color: #9bcc00;
    opacity: 1;
}