@charset "utf-8";
/* CSS Document */

.roundabout-holder {
	list-style: none;
	width: 53.125em;
	height: 21.25em;
	margin-top: 0em;
   }
.roundabout-moveable-item {
	cursor: pointer;
	height: 20.313em;
	width: 15.625em;
	position: absolute;
	border-radius: 10px;
   }
.roundabout-in-focus {
	cursor: auto;
	position: absolute;
   }
