* {padding: 0;margin: 0;border: none;}
.container {margin: 0 auto;}
.highlight {background: rgba(255,215,0,0.115);}
/* Cookie Dialog */
#gdpr-cookie-message {position: fixed;right: 30px;bottom: 30px;max-width: 400px;background-color: rgb(0,0,0,0.9);padding: 20px;border-radius: 5px;-webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);margin-left: 30px;}
#gdpr-cookie-message h4 {color: #fff;font-size: 18px;font-weight: 500;margin-bottom: 20px;}
#gdpr-cookie-message h5 {color: #eee;font-size: 16px;font-weight: 500;margin: 20px 10px 10px 10px;}
#gdpr-cookie-message p, #gdpr-cookie-message ul {color: #fff;font-size: 14px;line-height: 1.5em;}
#gdpr-cookie-message p:last-child {margin-bottom: 10px;text-align: right;}
#gdpr-cookie-message li {width: 49%;display: inline-block;}
#gdpr-cookie-message a {color: #fb0;text-decoration: none;font-size: 14px;padding-bottom: 1px;border-bottom: 1px dashed rgba(255,255,255,0.75);transition: all 0.3s ease-in;}
#gdpr-cookie-message a:hover {color: #fe9;border-bottom-color: rgb(30,60,90,0.9);transition: all 0.3s ease-in;}
#gdpr-cookie-message button, button#ihavecookiesBtn {border: none;background: #135;color: #fff;font-size: 14px;padding: 8px;border-radius: 8px;margin: 10px 15px 0 0;cursor: pointer;transition: all 0.3s ease-in;}
#gdpr-cookie-message button:hover {background: #fff;color: #000;transition: all 0.3s ease-in;}
button#gdpr-cookie-advanced {background: #fff;color: #135;}
#gdpr-cookie-message button:disabled {opacity: 0.3;}
#gdpr-cookie-message input[type="checkbox"] {float: none;margin-top: 0;margin-right: 5px;border: 2px solid #fff;color: #000;}
#gdpr-cookie-message li label{border-bottom: 1px dashed #eee;}
#gdpr-cookie-message li label:hover {cursor: help;position: relative;border-bottom: 1px dashed transparent;-webkit-zoom-out}
