@charset "utf-8";

section {
	background-image: url("/tst/Public/images/adventure/bg.png");
}

.indent p {
    line-height: 1.8;
    text-indent: 2em;
}

.legend-table {
	margin-bottom: 40px;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
}

.legend-table tr:first-child{
	border-bottom: 1px solid #bbb;
}

.legend-table .adventure-song-cover {
	position: relative;
	float: left;
	padding: 5px;
	width: 110px;
	height: 121px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
	background-size: 100%;
}

.legend-boss {
	min-width: 110px;
	border-right: 1px solid #bbb;
	background-position-x: center;
	background-size: 450px;
	background-position-y: 200px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
	line-height: 1.3;
	border-bottom-left-radius: 6px;
}

.legend-boss font {
	font-size: 10px;
}

.rival-table {
	margin-bottom: 40px;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
}

.rival-table tr:first-child{
	border-bottom: 1px solid #bbb;
}

.rival-boss {
	height: 80px;
	border-left: 1px solid #bbb;
	background-position-x: center;
	background-size: 400px;
	background-position-y: 160px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	vertical-align: bottom;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
	line-height: 1.3;
	border-bottom-left-radius: 6px;
}

.rival-boss font {
	font-size: 10px;
}

.rival-table .adventure-song-cover {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 110px;
	height: 121px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
	background-size: 100%;
}

.normal-table {
	margin-bottom: 40px;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
}

.normal-table tr:first-child{
	border-bottom: 1px solid #bbb;
}

.normal-table td {
	padding: 10px;
}

.normal-table span {
	display: block;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
}

.normal-table .adventure-song-cover {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 110px;
	height: 121px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
	background-size: 100%;
}

.adventure-song-cover p {
	line-height: unset!important;
	text-indent: unset!important;
}

.adventure-song-cover .score {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	text-align: center;
}

.chievements-table {
	margin-bottom: 40px;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
}

.chievements-table  tr:nth-child(even){
	background-color: #eee;
}
