.probill-anagement-block-with-dnd ul[dnd-list] {
  min-height: 60px;
  padding: 0;
}

.probill-anagement-block-with-dnd ul[dnd-list] > li {
  display: block;
  padding: 2px 6px;
}

.probill-anagement-block-with-dnd ul[dnd-list] > li.dndDraggingSource {
  display: none;
}

.probill-anagement-block-with-dnd ul[dnd-list] > li.dndPlaceholder {
  background-color: #ddd;
  min-height: 60px;
}

.wrapper-block-with-probill-0 {
	background: #f8f8f8; 
	border: 1px solid #ccc; 
	padding: 15px; 
}

.block-with-scrollbars-0 {
	height: 250px;
}

.wrapper-block-with-probill-1 {
	padding: 15px 0;
}

.block-with-scrollbars-1 {
	height: 420px;
}

.probill-anagement-block-with-dnd .list-group-item {
	padding: 2px 6px;
}

ul.list-group > li.list-group-item > span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	min-height: 30px;
}

.probill-anagement-block-with-dnd .list-group {
	margin-bottom: 5px;
}
.probill-anagement-block-with-dnd .list-group-item:last-child,
.probill-anagement-block-with-dnd .list-group-item:first-child {
	border-radius: 0;
}
.probill-anagement-block-with-dnd .mCSB_inside>.mCSB_container {
	margin-right: 0;
}