body {
	background-color: #000000;
	text-align: center;
}
#fade {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	animation-name: fadein;
	animation-duration: 1s;
}
@keyframes fadein {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
#bg {
	position: fixed;
	background: url("/files/background.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 100%;
	filter: blur(1px);
	filter: brightness(150%);
	top: 0px;
	left: 0px;
	z-index: -1;
}
#centertext {
	width: 900px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
.text { 
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 9px;
	width: 95%;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 0.0px;
	text-align: center;
	line-height: 125%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	overflow: hidden;
}
.logo {
	-webkit-filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.5));
}
.inline-text {
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 9px;
	width: 46%;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 0.0px;
	text-align: center;
	line-height: 115%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	display: inline-block;
}
.inline-text2 {
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 9px;
	width: 46%;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 0.0px;
	text-align: center;
	line-height: 115%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	vertical-align: top;
	display: inline-block;
	height: 528px;
	overflow-y: auto;
	overflow-x: auto;
}
#bottom {
	margin-top: 50px;
	font-size: 12px;
	font-family: Arial;
	color: #dedede;
	text-align: center;
	font-weight: normal;
	line-height: 160%;
	letter-spacing: 0.0px;
}
.highlight {
	background: rgba(100, 100, 100, 0.1);
	border-radius: 6px;
	max-width: 310px;
	width: 145px;
	padding: 10px 8px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.highlight:hover {
	transition: 150ms;
	background: rgba(200, 20, 20, 0.5);
}
.zoom {
	transition: transform 150ms;
	display: inline-block;
}
.zoom:hover {
	transform: scale(1.04);
}
.brightness {
	display: inline-block;
}
.brightness:hover {
	filter: brightness(80%);
}
hr {
	width: 60%;
	border-color: #C7C7C7;
	border-width: 1px;
	border-style: solid;
}
.server-card {
	font-size: 12px;
	text-align: center;
	background: rgba(100, 100, 100, 0.1);
	border-radius: 8px;
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.0);
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align: middle;
	padding: 16px;
	width: 294px;
	line-height: 60%;
	letter-spacing: 0.0px;
	display: inline-block;
}
.server-name { 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 100%;
	letter-spacing: 0.0px;
}
.info {
	margin: 5px 0; 
}
.ulserver {
	display: inline;
	color: #2a6ad1;
}
.ulserver:hover {
	text-decoration: underline;
}
.underline {
	color: #dedede;
	text-decoration: none;
}
.underline:hover {
	text-decoration: underline;
}
::-webkit-scrollbar {
	width: 5px;
	height: 15px;
}
::-webkit-scrollbar-thumb {
	background: rgba(80, 80, 80, 0.4); 
	border-radius: 10px;
}
table {
	font-variant: normal;
	border-collapse: collapse;
	max-width: 100px;
	background: rgba(60, 60, 60, 0.1);
	border-radius: 8px;
	margin: 0 auto;
}
th, td {
	padding: 12px 16px;
	text-align: center;
}
th {
	background-color: rgba(20, 20, 20, 0.6);
	color: #ffa908;
}
tr:nth-child(even) {
	background-color: rgba(80, 80, 80, 0.1);
}
.rank {
	font-weight: normal;
	color: #dedede;
}
.server-card.flash {
    animation: flashcard 1.0s;
}
@keyframes flashcard {
    0% { background: rgba(100, 100, 100, 1.0); }
    100% { background: rgba(100, 100, 100, 0.1); }
}
details {
	background: rgba(100, 100, 100, 0.1);
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
	width: 124px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
summary {
	font-weight: bold;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
	cursor: pointer;
	transition: margin 200ms ease;
}
details[open] {
	padding: 0.5em;
	width: 224px;
}
details[open] summary {
	margin-bottom: 5px;
}