
.cookie-banner {
    font-family: arimo, Helvetica, sans-serif;
    font-size: 11pt;
    position: fixed;
    display: flex;
    align-items: center;
    height: auto;
    background: rgba(0, 0, 0, 0.87);
    padding: 18px 20% 18px 20%;
    z-index: 9999;
    color: #fff;
    bottom: 2px;
    left: 2px;
    right: 2px;
    text-align: left;
  
  
  }
  
  
  div.cookie-banner a:link {
      text-decoration: underline;
      color: whitesmoke;
  }
  
  a:visited {
    color: whitesmoke;
  }
  
  div.cookie-banner a:hover{
      color: #C4C4C4;
  }
  
  .close {
    position: absolute;
    top: 0;
    margin: 5px;
    right: 0;
    border: 0px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
  }
  
  button{
      font-size: 15pt;
      width: 25px;
      height: 25px;
  }
  
  