.n-sortable .placeholder {
	outline: 1px dashed #4183c4;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: -1px;*/
}

.n-sortable .mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}

.n-sortable ol {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}

.n-sortable ol.sortable, .n-sortable ol.sortable ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

.n-sortable ol.sortable {
	margin: 2em 0;
}

.n-sortable .sortable li {
	margin: 5px 0 0 0;
	padding: 0;
}

.n-sortable .sortable li div {
	/* border: 1px solid #ddd; */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	margin: 0;
	cursor: move;
	background-color: #f4f4f4;
	color: #444;
	border-width: 1px;
	border-style: solid;
	border-color: #00acd6;
}

.n-sortable .sortable li.mjs-nestedSortable-branch div {
	/*background-color: #00c0ef;*/
	/*border-color: #00acd6;*/
}

.n-sortable .sortable li.mjs-nestedSortable-leaf div {
	/*background-color: #00c0ef;*/
	border: 1px solid #ddd;
}

.n-sortable li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
	border-color: #999;
	background: #fafafa;
}

.n-sortable .disclose {
	cursor: pointer;
	width: 10px;
	display: none;
}

.n-sortable .sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}

.n-sortable .sortable li.mjs-nestedSortable-branch > div > .disclose {
	display: inline-block;
}

.n-sortable .sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
	content: '+ ';
}

.n-sortable .sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
	content: '- ';
}

.n-sortable h1 {
	font-size: 2em;
	margin-bottom: 0;
}

.n-sortable h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	margin-top: .2em;
	margin-bottom: 1.5em;
}

.n-sortable h3 {
	font-size: 1em;
	margin: 1em 0 .3em;;
}

.n-sortable p, .n-sortable ol, .n-sortable ul, .n-sortable pre, .n-sortable form {
	margin-top: 0;
	margin-bottom: 1em;
}

.n-sortable dl {
	margin: 0;
}

.n-sortable dd {
	margin: 0;
	padding: 0 0 0 1.5em;
}

.n-sortable code {
	background: #e5e5e5;
}

.n-sortable input {
	vertical-align: text-bottom;
}

.n-sortable .notice {
	color: #c33;
}