BODY {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

#logo {
	background-image: url('/logo.png');
	background-size: cover;
	display: block;
	width: 400px;
	height: 229px;
}

#login_button {
	background: url('/login.png');
	background-size: cover;
	width: 174px;
	height: 40px;
}

#topright_area {
	position: absolute;
	top: 15px;
	right: 15px;
}

#logout_button {
	background: url('/logout.png');
	background-size: cover;
	width: 174px;
	height: 40px;
}

#linkdiscord_button {
	background: url('/linkdiscord.png');
	background-size: cover;
	width: 174px;
	height: 40px;
}

#search, #sort {
	font-family: "Roboto", sans-serif;
	border: #666 solid 1px;
	border-radius: 8px;
}

#search {
	width: 300px;
	padding: 8px;
}

#sort {
	padding: 7px;
}

#typeFilter {
	width: 640px;
	font-family: "Roboto", sans-serif;
}

#typeFilter_chosen, #typeFilter_chosen DIV {
	background-color: #121212;
}

.toptable {
	border-collapse:collapse;
}

.toptable TH, .toptable TD {
	border:#ccc solid 1px;
	padding: 10px;
}

A:has(> div){
	display: inline-block;
	width: fit-content;
	margin-left: 10px;
}

.gs {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.reward {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 8px;
	width: 180px;
	border: #ffffff solid 2px;
	color: attr(data-color type(<color>), #000);
	background-color: attr(data-bg type(<color>), #fff);
}

.reward_active {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 32px;
	height: 32px;
	background-size: cover;
	background-image: url('/active.png');
}

.reward:hover {
	cursor: pointer;
	border: #ff0000 solid 2px;
}

.small {
	font-size: 12px;
}

.atropos-card {
	margin: 30px;
}

.number {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	width: 42px;
	height: 42px;
	font-weight: bold;
	font-size: 24px;
	justify-content: center;
	align-items: center;
	border:#111 solid 1px;
	background-color: #009CDA;
	border-radius: 50%;
}

.new {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

FOOTER {
	color: #9e978b;
	font-size: 12px;
	margin: 10px;
}

A:link, A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}
