.col-main-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
/*	height: 100vh; */
	background-color: #fcfcfc;
}

#list-container {
	width: 100%;
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.collections_list_item {
	padding: 10px;
	border: 1px solid #EAE9E5;
	background-color: #fcfcfc;
	margin-bottom: 10px;
}

.draggable-item {
	padding: 10px;
	border: 1px solid #EAE9E5;
	background-color: #fcfcfc;
	margin-bottom: 10px;
	cursor: grab;
}


.draggable-item:last-child { margin-bottom: 0; }

.draggable-item.dragging { opacity: 0.75; }

.draggable-item-view { cursor: auto; }

.collections_h2 {
	margin:0 0 12px 0;
}

#newCollectionForm {
	padding:20px;
}
