body {
	counter-reset: item;
}
ol#addix-songs-sortable {
	list-style: none !important;
}
#addix-songs-sortable li {
	counter-increment: item;
	margin-bottom: 5px;
	list-style: none !important;
	/*cursor: move;*/
}
#addix-songs-sortable li:before {
	margin-right: 10px;
	content: counter(item, decimal-leading-zero);
	background: #88ba14;
	border-radius: 100%;
	color: white;
	width: 50px;
	text-align: center;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}

#addix-songs-sortable li .sortable-content {
	display: inline-block;
	background: #f4f9ec;
	height: 50px;
	width: calc(100% - 70px);
	padding: 12px;
}

#addix-songs-sortable li .sortable-content h3 {
	color: #45a12a;
}