#cookiesdirective {
    opacity: 0.8 !important;
}

@media screen and (max-width: 1280px) {
    #cookiesdirective > div {
        background: url("./images/notice.png") no-repeat left center;
        background-size: 36px;
        width: 90% !important;
    }
}


@media (min-width: 1290px) {
    #cookiesdirective > div {
        background: url("./images/notice.png") no-repeat left center;
        background-size: 48px;
        width: 60% !important;
    }
}


#cookiesdirective > div > a {
    color:#ffffff !important;
    text-decoration: underline;
}

#cookiesdirective > div > div > input {
    color:#000000 !important;
}
