<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family : 'Segoe UI', 'Segoe UI', 'Helvetica', 'Arial', 'sans-serif';
	font-size : 13px;
}

h1{
	text-align : center;
}

div.colpick{
	width : 100%;
}

div.colpick&gt;ul{
	padding : 0;
	margin: auto;
	width : 180px;
	height : 50px;
}
div.colpick&gt;ul&gt;li{
	float:left;
	height : 50px;
	width : 50px;
	background-color : black;
	list-style-type : none;
	margin : auto 5px ;
}

div.colpick&gt;ul&gt;li&gt;a{
	display:block;
	height : 100%;
	width: 100%;
}</pre></body></html>