body {
	font-family: 'Spectral', sans-serif;
}

.menunav {
	margin: 0 10px;
}

#nowplayers {
	margin-left: 9px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.home-wow {
	background-image: url('../img/home.jpg');
	background-size: cover;
	height: 400px;
}

.home-text {
	text-shadow: 1px 1px 5px #555;
}

.login-result, .register-result, .recovery-result, .changepass-result {
	display: none;
}

#captcha_image, #captcha_image2, #captcha_image3 {
	cursor: pointer;
}

@media (min-width: 768px) {
	.modal-dialog {
		max-width: 1200px;
	}
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

@media (max-width: 768px) {
	#getonline table thead th {
		font-size: 7px;
	}
}

.blue_text {
	color: #00A7F7;
}

.wotlk_icn {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	opacity: 1;
	z-index: 99;
	transition: 0.3s;
}
.wotlk_icn:hover {
	opacity: 0.9;
	transition: 0.3s;
	filter: drop-shadow(0px 0px 7px #000);
}