body > #cookie-info-modal div.info-content {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    clear: both;
    font-family: Arial, sans-serif;
  }

#cookie-info-modal .button-group .cookie-info-button {
    border: none;
    font-size: 16px;
    margin-top: 1em;
    background-color: #a7172e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    text-decoration: none;
}