<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.connectedSortable {
	text-align:left; 
	overflow:auto; 
	width:45%; 
	height:100%; 
	border:1px dotted #AAAAAA;
	list-style: none;
	padding:0;
	margin:0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.connectedSortable &gt; li{
	border-bottom:1px dashed #AAAAAA;

}

.sortableheader {
	height:20px;
	text-align:center;
	background-color: #0081C2;
	color:#FFFFFF;

}</pre></body></html>