.qr_dropdown a {
	font-size: 1em !important;
}

#phpbb_announcement {
	border-radius: 0;
	margin: 0;
	color: #BC2A4D;
	font-weight: 700;
}

#phpbb_announcement a {
	color: #BC2A4D;
	border-color: #E797AB;
	transition: border 0.3s;
}

#phpbb_announcement a:hover {
	background: transparent;
	border-color: #BC2A4D;
}

.cookie-box {
	font-family: 'Source Sans Pro',"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	top: auto;
	bottom: 0;
	background:#103050 !important;
	color: white !important;
	font-weight: normal;
}

.cookie-box a {
	margin-top: 10px;
}