#header {
	background-color: #FFFFFF;
}
#header h1 {
	padding: 0.0em 0 0.0em 10%;
}
body {
	background-color: #FFFFFF;
}
a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:active {
	color: #000000;
}
a:visited {
	color: #000000;
}

/* privacy */
#managerUsers li:nth-child(2), #managerUsers li:nth-child(3) {
	display: none;
}
/* safety */
.mceToolbar a.mce_jbimages {
	display: none;
}
body#pkp-manager-filesBrowser h2::before {
	content: "DANGER - ";
	color: red;
}

/* new banner cookies */
a.cc_more_info:link, a.cc_more_info:visited {
	background: none !important;
	border-bottom: 1px solid #fff;
	color: #fff !important;
}
a.cc_more_info:hover {
	background: none !important;
	color: #ededed !important;
}
a.cc_btn_accept_all:link, a.cc_btn_accept_all:visited {
	color: #000 !important;
}
a.cc_btn_accept_all:hover {
	background-color: #fff !important;
	color: #000 !important;
	transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}

/* referral */
#referralBlock {
	display: none;
}

/* mendeley */
.mendeleyIcon {
	display: inline-block;
	padding: 5px 9px;
}

/* identifyType */
div.identifyType {
	display: none;
}

