.cc-revoke {
    opacity: 0;
}

#revokeWrapper .cc-revoke {
    opacity: 1;
    position: relative;
    padding: 0;
    font-size: 1em;
    transform: none;
    left: 0;
    background: transparent;
    color: #143b88;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}

#revokeWrapper .cc-revoke:hover {
    text-decoration: none;
}

.cc-window.cc-banner {
   max-height: 100vh;
   overflow: auto;
}

.cc-window.cc-banner .cc-btn.cc-allow:hover  {
   background-color: #343434;
}