.cookie-opt-notice-custom {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	padding: 1px 12px;
}
.cookie-opt-notice-ok {
	border-left-color: #0de60d !important;
}
.alert {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	padding: 1px 12px;
	position: relative;
}

.close {
	background-color: transparent;
	border: none;
	font-size: 24px;
	color: #333;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}
.close:hover {
	color: #ff0000;
}
#toplevel_page_cookie_opt img {
	width: 20px;
}
#toplevel_page_publishing_settings img {
	width: 20px;
}
