button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left:1em;
	right:1em;
	bottom: 1em;
    /* top: 1em; */
    /*width: 100%;*/
    padding: 20px;
    font-family: arial;
	font-size:0.85em;
	background-color: #effbb8;
    color: #000;
	z-index:100;
	border: 1px solid #c00;
	display:none;
}
#gdpr-cookie-message h4 {
    font-family: arial !important;
    font-size: 1em !important;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
	line-height: 1.3em;
}
#gdpr-cookie-message h5 {
	color: #000 !important;
	font-weight:bold;
	font-family: arial !important;
    font-size: 1em !important;
	margin-top:0;
    
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    line-height: 1.1em;
}
#gdpr-cookie-types ul,  #gdpr-cookie-message ul {
margin:0;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
	margin-top:0;
}
#gdpr-cookie-message li {
    width: 29%;
    display: inline-block;
	vertical-align:top;
}
#gdpr-cookie-message a {
    color: #0087D5;
    text-decoration: underline;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: red;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    color: #fff;
    background-color: #0087D5;
    font-size: 1.1em;
    padding: 7px;
	padding-left:1.5em;
	padding-right:1.5em;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    color: #fff;
    background-color: #008000;
    transition: all 0.3s ease-in;
}


button#gdpr-cookie-advanced {
    background: #555;
    color: #a00;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
	width:2em;
    height:2em;
    border-radius:4px;
    border:1px solid #555;
}