
  #cookieinfo-box {z-index: 9999; display:block; position: fixed; max-height:300px; bottom: -500px; width:100%; text-align:center; background: rgba(0,0,0,0.8); color: #fff; transition: all .5s; 
  animation: 3s ease-out 0s cookieSlideInFromBottom forwards;}
  @keyframes cookieSlideInFromBottom {
    70% { transform: translateY(0); }
    100% { transform: translateY(-500px); }
  }
  #cookieinfo-box div {padding:10px; margin:10px; text-align:center; font-size:80%;}
  #cookieinfo-box div span {display:block; margin-top:10px;}
  #cookieinfo-box div span button {margin-left:15px;}

  .iframe-manager-div {font-family: sans-serif !important;}
  div[data-service] .c-n-c .c-l-b::before {top: 17px !important}