@charset "utf-8";
/* CSS Document */

.draggable {

    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 0.5rem;
    font-size: large;
    display: block;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    border: 1px dotted rgba(47, 48, 133, 0.8);
    display: inline-block;
    text-align: center;
    min-height: 45px;
    max-width: 850px;
    z-index: 2;
}

.ui-draggable-dragging{
	cursor:grabbing;
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;

}

.dropZone {

    margin-bottom: 2rem;
    text-align: center;
    background-color: rgba(47, 48, 133, 0.25);
    height: 80%;
    min-height: 450px;
	border-right: rgba(255,255,255,0.5) solid 5px;
	border-left: rgba(255,255,255,0.5) solid 5px;
}

.dropZone h1 {
    margin-top: .5em;
    background: rgba(255,255,255,0.5);
	padding: 5px;
}

.dropZone .draggable {

    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 0.5rem;
    display: inline-block;
    cursor: pointer;
    width: 90%;
	font-size: medium;
    text-align: center;
    min-height: 45px;
    max-width: 600px;
    border: 1px dotted #fff;
	background: rgba(255,255,255,0.15);
    z-index: 2;
}

span.draggable.ui-draggable.ui-draggable-handle {
    width: 100%!important;
    height: auto!important;
}

#statementStack {
    margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
}



#checkCorrect {

	text-align: center;

	margin-bottom:1em;
}


@media screen\0 {
	
.draggable {
	cursor:move;
}

	}

/* Steves Additional CSS  */

.dropZone {
    padding-bottom: 17px;
    width: 50%;
    float: right;
}

  
  