

.region-text-select {
	text-align: center;
}
/**
 *  buttons
 * */
.text-select-choices {
  display: inline-block;
 
  margin: 0px auto;
}
.text-choice-button {
	border: 3px solid blue;
	width: 50px;
	height: 50px;
	background-image: none;
	background-color: white;
	border-radius: 0px;
	background-color: white;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
}
.text-choice-button.flash {
	border: 3px solid red;
}
.text-choice-button:active {
    border: 3px solid red;
}
.text-choice-button:last-child {
    margin-right: 0px;
}
/**
 * Word
 * */
.ui-content div.activity-screen[data-text-select-type="word"] .top-region {
	float: left;
	margin-left: 120px;
	margin-top:  64px;
}
.ui-content div.activity-screen[data-text-select-type="word"] .mid-region {
	float: left;
	clear: none;
	margin-left: 20px;
}
.ui-content div.activity-screen[data-text-select-type="word"] .text-choice-button {
	width: auto;
	margin-bottom: 16px;
	display: block;
}
/**
 * Letter
 */
.ui-content div.activity-screen[data-text-select-type="letter"] img.stimulus-graphic {
	margin-top:  60px;
}
.ui-content div.activity-screen[data-text-select-type="letter"] .mid-region {
	margin-top:  20px;
}

.draggable-text-container:nth-child(n+2) {
	margin-left: 4px;
}

.ui-draggable-dragging {
	/*z-index: 1000;*/
	box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
}