@charset "utf-8";
/* CSS Document */

/* Activity three */

.draggable-table thead th { 
	width: 25%;
}

.statementStack {
	text-align: center;
	margin-top: 1em;
}

.statementStack .draggable {
	margin: 5px;
	padding: 10px;
	font-size: 16px;
	cursor: move;
	display: inline-block;
	border:1px solid #AD1557;
	border-radius: 3px;
	background: rgba(51, 51, 51, 0.65);
	color: #FFF;
	text-align:center;
	white-space: nowrap;
}

td.dropZone.ui-droppable {
    height: 4em;
}
