#cookie_notification {
    top: 0;
    background-color: transparent;
}

#cookie_notification .body {
    background-color: transparent;
    color: #ffffff;
}

#cookie_notification .background {
    background-color: #404040;
    filter: alpha(80);
    opacity: 0.800000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cookie_notification input {
    margin: 5px 0 5px 20px;
    float: right;
}
