
.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: #188dba;
    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: 440px;
    background-color: #5a6f80;
    padding: 20px;
    border-radius: .375rem;
   box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    margin-left: 20px;
    /*font-family: Arial, sans-serif;*/
	z-index:1000;
}
#gdpr-cookie-message h4 {
    color: #FF6;
    /*font-family: Arial, sans-serif;*/
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 0px;
}
#gdpr-cookie-message h5 {
    color: #FF6;
    /*font-family: Arial, sans-serif;*/
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    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: #FF6;
    text-decoration: none;
    font-size: 15px;
    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: none;
    background: #188dba;
    color: white;
    /*font-family: Arial, sans-serif;*/
    font-size: 15px;
    padding: 15px 25px;
    border-radius: 100px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
	line-height:normal;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #188dba;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #188dba;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
