header
{
	padding: 5px;
	background-color: #161616;
	border-bottom: solid 1px #333;
	position: sticky;
	height: 48px;
	top: 0;
	z-index: 1;
}
header img
{
	float: left;
	margin: 0 5px;
	cursor: pointer;
}
header div
{
	float: left;
}
header h1
{
	font-size: 22px;
	color: var(--golden);
}
header h2
{
	font-size: 16px;
	color: #CCC;
}
header button
{
	background-color: #333;
	border-radius: 6px;
	width: 140px;
	margin: 3px;
	float: right;
}
header.std button
{
	display: none;
}
