#masters {
	width:100%;
	margin:0px auto;
}

#masters > span,
#masters > ins {
	display:none;
}

#mastersPlayers {
	width:calc(100% - 4px);
	background: white;
	border: 2px solid #FF6633;
}
#mastersPlayers > h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 32px;
	padding-top: 8px;
	background: linear-gradient(135deg, #FF763A 25%, #FF562D 75%);
	margin: 0px;
}
.mastersPlayer {
	position:relative;
	height:67px;
	padding:10px 20px;
	background:white;
}
.mastersPlayer:nth-child(even) {
	background:#f4f3f0;
}
.mastersPlayerRank {
	display:inline-block;
	width:27px;
	height:23px;
	padding-top:5px;
	font-size:16px;
	color:#5A350E;
	font-weight:bold;
	text-align:center;
	background:url(common.1.webp) no-repeat -71px -161px padding-box;
	border-top:11px solid rgba(0,0,0,0);
	border-left:1px solid rgba(0,0,0,0);
	border-bottom:11px solid rgba(0,0,0,0);
	vertical-align:middle;
}
.mastersPlayerRank_1,
.mastersPlayerRank_2,
.mastersPlayerRank_3 {
	display:inline-block;
	width:30px;
	height:24px;
	padding-top:17px;
	font-size:16px;
	color:#5A350E;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border-top:4px solid rgba(0,0,0,0);
	border-bottom:5px solid rgba(0,0,0,0);
}
.mastersPlayerRank_1 {
	background:url(common.1.webp) no-repeat -1px -206px padding-box;
}
.mastersPlayerRank_2 {
	background:url(common.1.webp) no-repeat -32px -206px padding-box;
}
.mastersPlayerRank_3 {
	background:url(common.1.webp) no-repeat -63px -206px padding-box;
}
.mastersPlayer > img {
	display:inline-block;
	width:50px;
	height:50px;
	object-fit:contain;
	margin-left:10px;
	vertical-align:middle;
}
.mastersPlayerStars {
	position:absolute;
	left:60px;
	bottom:10px;
	width: 50px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FB8200;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
}
.mastersPlayerStars::before {
	display: inline-block;
	content: '';
	width: 15px;
	height: 15px;
	background: url(common.1.webp) no-repeat -71px -248px;
	vertical-align: middle;
	margin-right: 4px;
}
.mastersPlayerName {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	width: calc(100% - 200px);
	max-height: 50px;
	overflow: hidden;
	vertical-align: middle;
}
.mastersPlayerMastery {
	display: inline-block;
	height: 19px;
	padding: 2px 0px 0px 26px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FB8200;
	vertical-align: middle;
	background-image: url(common.1.webp);
	background-position: left -1px bottom -23px;
	margin-left:10px;
}

#mastersPages {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 28px;
    padding: 6px 0px;
    background: #FF8A00;
    text-align: center;
}