button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {

    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    margin-left: 0px;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 16px 0;
    width: 100%;
    background-color: #0075ba;

}
#gdpr-cookie-message h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    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;
}
#gdpr-cookie-message a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;

}
#gdpr-cookie-types ul
{
    margin: 0; padding: 0;
}
#gdpr-cookie-message a:hover {
    color: white;
    text-decoration: none;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #004b8f;
    color: white;
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;outline: none;
    border: 2px solid #004b8f;
}
#gdpr-cookie-message button:hover {
    background: transparent;
    color: white;
    transition: all 0.3s ease-in;outline: none;
    border: 2px solid #004b8f;
}
/*button#gdpr-cookie-advanced, button#gdpr-cookie-closed {
     background: none;
     color: #696969; outline: none;
 }*/
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
