@charset "utf-8";


.roundabout-holder {
	list-style: none;
	width: 75%;
	height: 178px;
	margin: 1em auto;
}
.roundabout-moveable-item {
	/*border: 1px dotted #ffffff;*/
	/*background-color: #ffffff;*/
	font-size: 2em;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}

#myData{
	margin-right: 0px;
	margin-left: 0px;
	width:70%;
	margin:;
}

roundabout-moveable-item{
	height: 178px;
	width: 266px;
}


