#cookies-eu-banner {
  position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 255;
    background: rgb(0, 0, 0);
    color: rgb(221, 221, 221);
    line-height: 21px;
    padding: 5px 16px;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    bottom: 0px;
    opacity: 1;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject,
#cookies-eu-cook
{
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 5px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

#cookies-eu-accept{background: green!important;}

/*#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}*/
#cookies-eu-more {
    margin-left: 7px;
}

#cookies-eu-reject, cookies-eu-more, #cookies-eu-cook {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

#cookies-eu-cook{margin-left:10px;}

.link-privacy{ text-decoration: none; color: rgb(170, 170, 170); font-weight: normal;}
/*#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}*/

@media screen and (max-width: 480px) {
#cookies-eu-reject, cookies-eu-more, #cookies-eu-cook {
    display:inline-block;
  }
}