@font-face {
	font-family: 'MinecraftFont';
	src: url('/templates/images/MinecraftRegular-Bmg3.otf');
}

#bw-background {
	background-image: url("/templates/images/background.jpg");

	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	position: fixed;
	aspect-ratio: 16 / 9;

	height: 110%;
	width: 110%;
	left: -5%;
    top: -5%;
	filter: blur(5px);
	z-index: -1;
}

.help-button {
	position: fixed;
	top: 20px;
	left: 85px;
	width: 45px;
	height: 45px;
	border: 0px;
	padding: 0px;

	background-color: rgba(0, 0, 0, 0);

	z-index: 1;
}

.help-button .help-button-tooltip {
	visibility: hidden;
	background-color: rgba(30, 30, 30, 0.7);
	font-size: 20px;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	width: 300px;


	position: absolute;
	z-index: 1;
	top: 0px;
	left: calc(100% + 10px);
}

.help-button:hover .help-button-tooltip {
	visibility: visible;
}

.help-button-text {
	margin: 0px;
	color: #ABABAB;
	font-size: 30px;
	font-family: 'Verdana';
	line-height: 45px;
	text-align: center;


}

h3 {
	text-align: center;
	margin: 0;
	padding-top: 15px;
}

span {
	display: inline-block;
}

.window {
	position: relative;
	top: 20px;
	background-color: rgba(30, 30, 30, 0.7);
	font-family: 'MinecraftFont';
	font-size: 20px;
	color: white;
	width: 900px;
	margin-bottom: 20px;
	margin-inline: auto;
	border-radius: 20px;
	text-align: center;
}

#party-members{
	display: inline-block;
	padding: 10px;
}

.actions {
	padding:10px;
	padding-bottom: 15px;
}

input, button {
	font-family: 'MinecraftFont';
}

table {
	display: inline-block;
	padding: 10px;
}

th {
	padding: 0 9px;
}