/* Bug Report button */
#header .header-items a#bug-report {
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	padding: 4px 20px 1px 20px;
	color: #1f1c1a;
	background: #e0b23d;
	border: none;
	margin-right: 20px;
}
