.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(https://medallium.github.io/auth/whistap.gif) center no-repeat #000;
}

input[type='radio'], label{   
    vertical-align: baseline;
    text-align: left;
    padding: 10px;
    margin: 10px;
}

.active, .accordion:hover {
  background-color: #3C3C3C;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 0px;
	transition: all 0.5s ease;
	font-size: 20px;
	border-radius: 25%;
}

.icon-bar a:hover {
	background-color: #000;
}

.yokai {
	background: #CA2E55;
	color: white;
}

.pointshop {
	background: #FFE0B5;
	color: white;
}

.stages {
	background: #8A6552;
	color: white;
}

.quests {
	background: #462521;
	color: white;
}

.missions {
	background: #BDB246;
	color: white;
}

.content {
	margin-left: 75px;
	font-size: 30px;
}

.container {
	position: absolute;
	margin: 20px;
	width: auto;
}

.topnav {
	overflow: hidden;
	background-color: #333;
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	z-index: 5;
}

.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 0px 0px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover:not(.active) {
	background-color: #ddd;
	color: black;
}

body {
	background-color: #1C1C1C;
	font-family: 'Kosugi Maru', sans-serif;
	color: white;
	background-image: url("bg.webp");
  background-repeat: repeat;
/*  -webkit-animation: backgroundScroll 90s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation: backgroundScroll 64s linear infinite;
  animation-fill-mode: forwards;*/
}
/*
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: 128px 0px;}
}

@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: 128px 0px;}
}*/

b {
color: orange;
text-shadow: #a16800 1px 1px 0px;
}

h2 {
color: #00c0ff;
text-shadow: #007399 1px 1px 0px;
}

table {
	border-collapse: separate;
	border: solid black 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #8F8F8F;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

th,
td {
	border-collapse: separate;
	border: solid black 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #2C2C2C;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.top {
	position: absolute;
	left: 3%;
	top: 3%;
	z-index: 1;
}

.wrapper {
	text-align: center;
}

.imgContainer {
	display: inline-block;
	vertical-align: top;
}

.column {
    float: left;
    width: 160px;
    padding: 5px;
    text-align: center;
}
/* Clearfix (clear floats) */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.skillcontainer {
  position: relative;
  text-align: center;
  color: white;
}

.skillcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:inline-block;
  text-decoration: none;
  color: #232323;
  text-shadow: #fff8e3 1px 1px 0px;
  font-size: 25px;
  font-weight: bolder;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

form  { display: table;      }
p     { display: table-row;  }
label { display: table-cell; }
input { display: table-cell; }

/*2024*/
