#cookies-eu-banner {
    background: #009051;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
position:absolute; z-index:3; position: absolute;
  top: 200px;
  left: 10%;
  right: 10%;
  margin: auto;
border: 3px solid #fff;
border-radius: 20px;">border-radius: 10px;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reset,
#cookies-eu-reject {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    background: #009051;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 8px 60px;
    margin: 4px 0;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-reset:hover,
#cookies-eu-reset:focus,
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #005800;
    color: #fff;
}
#cookies-eu-more {
    margin-left: 7px;
}
#cookies-eu-reset,
#cookies-eu-reject {
    font-family: 'Roboto', sans-serif;
    background: none;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    padding: 8px 10px;
    margin: 4px 0;
    border: 1px solid #fff;
    font-weight: bold;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #005800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}