.highlight {
    background: rgba(255,215,0,0.115);
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 100%;
	color: white;
	font-family: Arial, sans-serif;
	font-weight:normal;
}
code {
    color: #FFCC00;
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 345px;
    background-color:  #038779;
    padding: 20px;
    margin-left: 20px;
    font-family: Arial, sans-serif;
	z-index:1000;
	border-top:1px solid #4c4c4c;
	border-left:1px solid #4c4c4c;
	border-bottom:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
}
#gdpr-cookie-message h4 {
    color: #FFCC00;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 0px;
}
#gdpr-cookie-message h5 {
    color: #FFCC00;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 13px;
    line-height: 1.5em;
	padding-left:0px;
	margin-left:0px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 100%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #FFCC00;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease-in;
	font-weight: bold;
}
#gdpr-cookie-message a:hover {
    color: white;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: 1px;
  border-style: solid;
background-color:#FFCC00;
color:black;
 border-style: solid;
    font-family: Arial, sans-serif;
    font-size: 13px;

font-weight: bold;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: black;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: black;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
