#metisCookieTopBar {
    position:fixed;
    /*width:50%;
    margin-left: 25%;*/
    width: 100%;
    text-align: center;
    z-index:999999;
    background-color: #eee;
    top: -200px;
    color:black;
}

#metisCookieTopBar.showTop{
    top: 0px;
}

#metisCookieInfoBlock{
    position:fixed;
    width:70%;
    margin-left: 15%;
    z-index:999999;
    background:white;
    top:300px;
    color:black;
}

#metisCookieInformativa{
    position:fixed;
    width:70%;
    margin-left: 15%;
    z-index:9999999;
    background:white;
    top:300px;
    height: 300px;
    color:black;
}

.metisCookieContainerButton {
    margin: 0 auto;
    width: 70%;
}

#metisCookieTopBar a,  #metisCookieInfoBlock a, #metisCookieInformativa a {
    position: relative;
    z-index: 9999999;
}

#metisCookieTopBar:after, #metisCookieInfoBlock:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/*#metisCookieInformativa:after {
    background-color: #ccc;
    opacity: 0.8;
} */   

.metisCookieContainerButton{
    text-align: right;
    padding-top: 15px;
    padding-right: 100px;
}

    