
.cookies-eu-banner {
    background: #808040;
    border: 5px solid silver;
    border-radius: 20px 20px 20px 20px;
    color: white;
    padding: 6px;
    font-size: 1.0em;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 200px;
    height: 185px;
    width: 44%;
    z-index: 10;
    font-size: 1.2em;
}

    .cookies-eu-banner button {
        text-decoration: none;
        background: green;
        color: white;
        border: 2px solid lime;
        border-radius: 0.5em 0.5em 0.5em 0.5em;
        cursor: pointer;
        padding: 4px 7px;
        margin: 2px 0;
        font-size: 1.2em;
        font-weight: bold;
        transition: background 0.07s, color 0.07s, border-color 0.5s;
    }

        .cookies-eu-banner button:hover {
            border: 3px solid salmon;
            background: lightgreen;
            color: black;
        }

.hidden {
    display: none;
}
