/* example */
#example {
	margin-left: 1em;
	padding-right: 2em;
	width: 88%;
	font-size: 16px;
}

#example .roundabout-holder {
	list-style: none;
	height: 8em;
	margin-left: 2em;
	font-size: 1em;
}

#example .roundabout-moveable-item {
	cursor: pointer;
	width: 3em;
	height: 4em;
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
	line-height: 3em;
	font-size: 28px;
}

#example .roundabout-in-focus {
	cursor: auto;
}

#example .caption {
	font-size: 0.75em; 
	color: #555; 
	text-align: center;
	margin-left: 1em;
}

#example .caption .footnote {
	font-size: 0.8em; 
	color: #888;
}

#example #amazing {
	display: none;
}