#cookie-notice {
	background: transparent !important;
	width:  auto !important;
	left:  40px;
	right:  40px;
	bottom:  10px;
	box-shadow:  none;
	min-width:  1px;
}

#cookie-notice .cookie-notice-container {
	background:  white;
	width:  100%;
	padding:  12px 90px 0 24px;
	text-align:  left;
	font-size:  12px;
	line-height:  16px;
	color:  black !important
}

#cookie-notice .cn-close-icon {
	opacity:  1;
  top: 17px;
  right: 24px;
  transform-origin:  center center;
  transition:  all .2s ease;
}

#cookie-notice .cn-close-icon:hover {
	transform:  scale(1.1);
}

#cookie-notice .cn-close-icon:before,
#cookie-notice .cn-close-icon:after {
	background:  black;
	width:  3px;
	height:  20px;
}

#cn-notice-text {
	margin-bottom:  12px;
}

#cookie-notice #cn-notice-buttons a {
	border-radius:  0;
	padding:  5px 20px;
	background:  black !important;
	border:  1px solid black;
	margin-right:  14px !important;
	color:  white;
	margin-top:  0;
	margin-bottom:  8px;
	font-size:  12px;
	margin-left:  0 !important;
	font-family:  "Space Mono",monospace;
	transition:  all .2s ease;
}

#cookie-notice #cn-notice-buttons a:hover {
	background:  white !important;
	color:  black !important;
}



.page-content a {
	color:  inherit;
	text-decoration: underline;
}

.page-content a:hover {
	font-style: italic;
}