/* CSS for the drag-n-drop system */

.draggable {
	position: absolute;
}

.droppable {
}

