
.region_input, .winner_input, .license_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: 24px;
	top: 0px;
	left: 0px;
}

.number_first {
	position: absolute;
	display: inline-block;
	font-size: 40px;
	top: 0px;
	left: 8px;
}

.number_second {
	position: absolute;
	display: inline-block;
	font-size: 36px;
	top: 0px;
	left: 30px;
}

.score_unit, .win_unit {
	display: inline-block;
	font-size: 12px;
    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 #131313;
	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: #131313;
	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;
	top: 4px;
	left: 70px;
	font-size: 28px;
}

.score_options, .win_options, .rank_options {
	position: absolute;
	top: 42px;
	left: 70px;
	height: 30px;
}

.score_other, .win_other {
	position: absolute;
	top: 66px;
	left: 70px;
}

.rank_other {
	position: absolute;
	top: 38px;
	left: 70px;
}

.score_region, .win_region, .rank_region {
	display: inline-block;
	font-size: 14px;
	padding-right: 5px;
	color: #f9e068;
}

.score_date, .win_date, .rank_date {
	display: inline-block;
	font-size: 14px;
	padding-right: 5px;
	color: #f9ac5e;
}

.score_against, .win_against {
	display: inline-block;
	position: relative;
	align-items: right;
}

