@charset "utf-8";
/* CSS Document */

.sortable-list
{
	margin-left: -40px;
}

.sortable-list li
{
	list-style-type: none;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #241D3C;
	color: #fff;
	font-size: 20px;
	cursor: move;
}

#sortable-two li
{
	background-color: #9D0B0C;
}

