button#ihavecookiesBtn {    margin-left: 0px !important;}/* Cookie Dialog */#gdpr-cookie-message {   text-align: center;    background-color: #fff;    padding: 7px 5px;    border-radius: 0px;    font-size: 16px;    margin-left: 0px;    }#gdpr-cookie-message h4 {    color: #000;    font-size: 16px;    font-weight: 500;    margin-bottom: 10px;}#gdpr-cookie-message h5 {    color: #000;    font-size: 16px;    font-weight: 500;    margin-bottom: 10px;}#gdpr-cookie-message p, #gdpr-cookie-message ul {    color: black;    font-size: 16px;    line-height: 1.5em;}#gdpr-cookie-message p:last-child {    margin-bottom: 0;    text-align: right;}#gdpr-cookie-message li {    padding-right: 20px;    display: inline-block;margin-left: 0px !important;}#gdpr-cookie-message a {    color: #dd9933;    text-decoration: underline !important;    font-size: 16px;}#gdpr-cookie-types ul{    margin: 0; padding: 0;}#gdpr-cookie-message a:hover {    color: #dd9933;    text-decoration: none !important;}#gdpr-cookie-message button,button#ihavecookiesBtn {    border: none;    background: #959595;    color: white;    font-size: 16px;    padding: 2px 7px;    border-radius: 3px;    margin-left: 5px;    cursor: pointer;    transition: all 0.3s ease-in;outline: none;}#gdpr-cookie-message button:hover {    background: #dd9933;    color: white;    transition: all 0.3s ease-in;outline: none;}/*button#gdpr-cookie-advanced, button#gdpr-cookie-closed {     background: none;     color: #696969; outline: none; }*/button#gdpr-cookie-closed {    display: none !important;}#gdpr-cookie-message button:disabled {    opacity: 0.3;}#gdpr-cookie-message input[type="checkbox"] {    float: none;    margin-top: 0;    margin-right: 5px;}