#cookie-headband {
    background-color: #2fb66a;
    bottom: 0;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    color: white;
    font-weight: bold;
}

#cookie-headband .container{
    background: transparent;
}

#cookie-headband button.close {
    border: 2px solid white;
    border-radius: 2px;
    font-size: 16px;
    color: white;
    opacity: 1;
    padding: 10px;
    font-weight: normal;
    line-height: normal;
    margin-left: 10px;
}

#cookie-headband button.close:focus,
#cookie-headband button.close:hover {
  background-color: #3DDA82;
}

#cookie-headband .learn-more{
    color: #333;
    text-decoration: underline;
}
