.no-style {
    all: unset; /* Resets all inherited styles */
    label[for="trackVisits"] {
        display: unset; /* not table */
    }
    animation: fadeOut 15s forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1; 
    }
    100% {
        opacity: 0;
        z-index: -3;
    }
}

#matomo-opt-out-container{z-index:1;display:none;background-color: #404648;width: 50%;position: fixed;bottom: 70px;margin-left: 21.2%; margin-top:2%;padding: 1em 2em 1em 1em;box-shadow: 0.5em 0.5em 2em rgba(0,0,0,.4);color: #FFFF; font-size:12px;}
#close-opt-out{top:1%;right:1%;overflow:hidden;position:absolute;border:none;padding:0;width:2em;height:2em;border-radius:50%;background:0 0;color:#42a5cc;font:inherit;text-indent:100%;cursor:pointer}
#close-opt-out:focus{outline:transparent solid 0;box-shadow:0 0 0 2px #c90b0b}
#close-opt-out:hover{background:rgba(29,161,142,.1)}
#close-opt-out:after,#close-opt-out:before{position:absolute;top:15%;left:calc(50% - .0625em);width:.125em;height:70%;border-radius:.125em;transform:rotate(45deg);background:currentcolor;content:""}
#close-opt-out:after{transform:rotate(-45deg)}