div.example div.left {
	float: left;
	width: 49.4%;
	margin-right: 1%;
}

div.example div.right {
	float: left;
	width: 49.5%;
}

div.example p.code {
	width: 92.9%;
	padding: 0.6em 3%;
	xoverflow: auto;
	margin-top: 0;
}

div.styling .selectlist-item {
	background: black;
	color: white;
	border: solid 1px #888;
}

div.custom-template ul {
	width: 20em;
}
