
.region_input, .winner_input, .gameid_input {
	width: 170px;
}

.min_input, .max_input {
	width: 30px;
}

.minversion_input, .maxversion_input {
	width: 80px;
}

.exclude_input {
	width: 350px;
}

.start_input, .end_input {
	width: 140px;
}

.score_row, .win_row {
	min-height: 90px;
}

.rank_row {
	min-height: 60px;
}

.score_divider, .win_divider, .rank_divider {
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0px;
	left: 60px;
}

.score_number, .win_number, .rank_number {
	position: absolute;
	left: 2px;
	top: 0px;
}

.number_hash {
	position: absolute;
	display: inline-block;
	font-size: 40px;
	top: -18px;
	left: 0px;
}

.number_first {
	position: absolute;
	display: inline-block;
	font-size: 40px;
	top: -4px;
	left: 14px;
}

.number_second {
	position: absolute;
	display: inline-block;
	font-size: 36px;
	top: -4px;
	left: 30px;
}

.score_unit, .win_unit {
	display: inline-block;
	font-size: 18px;
    vertical-align: middle;
	padding-left: 5px;
}

.score_arrow, .win_arrow {
	position: absolute;
	top: 5px;
	right: 245px;
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top-width: 40px;
	border-top-style: solid;
	border-right: 25px solid #232323;
	border-bottom-width: 40px;
	border-bottom-style: solid;
}

.score_score, .win_total {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 80px;
	width: 224px;
	font-size: 34px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #232323;
	color: #70c1f4;
	text-shadow: #70c1f4 0 0 10px;
}

.rank_change {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 50px;
	width: 50px;
	padding-right: 8px;
	padding-left: 8px;
}

.score_winner, .win_winner, .rank_player {
	position: absolute;
	font-weight: bold;
	top: 0px;
	left: 70px;
	font-size: 28px;
}

.score_options, .win_options, .rank_options {
	position: absolute;
	top: 58px;
	left: 70px;
	height: 30px;
}

.score_players {
	position: absolute;
	top: 58px;
	left: 280px;
	height: 30px;
}

.score_other, .win_other, .rank_other {
	position: absolute;
	font-family: Fabiolo-SmallCap;
	top: 33px;
	left: 70px;
}

.score_region, .win_region, .rank_region {
	display: inline-block;
	font-size: 18px;
	color: #8300ff;
	padding-right: 5px;
}

.score_date, .win_date, .rank_date {
	display: inline-block;
	font-size: 18px;
	color: #e57600;
	padding-right: 5px;
}

.score_time, .win_time, .rank_time {
	display: inline-block;
	font-size: 18px;
	color: #e57600;
	padding-right: 5px;
}

.score_against, .win_against {
	display: inline-block;
	position: relative;
	align-items: right;
}

.score_guild, .win_guild {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 13px;
	left: 500px;
	filter: drop-shadow(0px 0px 1px black);
}

.rank_guild {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 6px;
	left: 500px;
}
