.rankingListField_title {
	width: 100%;
}
.rankingListField_title::after {
	content: "*";
}

.rankingListField {
	width: 100%;
	max-height: 500px;
	overflow: scroll;
}

@media (max-width:767px){
	.rankingListField {
		max-height: 300px !important;
	}

	.rankingListField_fullListTitle.rankingListField_title {
		margin-top: 20px;
	}

	#rankingListField_itemsList {
		margin-bottom: 20px;
	}
}

.connectedSortable {
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #eee;
	list-style-type: none;
}
.connectedSortable li {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: 0.9em;
	/* line-height: 1.4em; */
	width: 100%;
	cursor: move;
	white-space: nowrap;
	overflow: scroll;
}

li .playerName {
	font-size: 1.2em;
}

#rankingListField_userList {
	padding-bottom: 20px;
	/* padding-left: 30px; */
}

.userItem_num {
	display: inline-block;
	font-weight: bold;
	width: 30px;
}

.rankingListField_userListContainer {
	position: relative;
}
.rankingListField_userItemCount {
	display: none;
	position: absolute;
	top: 5px;
	height: 100%;
	font-size: 1.2em;
	line-height: 40.5px;
	overflow: hidden;
}

.ui-state-highlight {
	background: #eee;
	border: 1px solid #ccc;
}

.ui-state-highlight.ui-sortable-helper {
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
