@charset "utf-8";
/* CSS Document */

.draggable {

    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 0.5rem;
    font-size: large;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    background: rgba(174, 209, 230,0.4);
    border: 1px solid rgba(77, 159, 226,0.8);
    display: inline-block;
    text-align: center;
    min-height: 45px;
    max-width: 450px;
    z-index: 2;
}

.ui-draggable-dragging{
	cursor:grabbing;
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;

}

.dropZone {

    margin-bottom: 2rem;
    text-align: center;
    background-color: rgba(42, 115, 193, 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 h2 {
    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 {
    font-size: large;
    font-weight: 700;
	text-align: center;
	margin-bottom:1em;
}

/* IE dug fix for cursor */
@media screen\0 {
	
.draggable {
	cursor:move;
}

	}


/* -- Section 2 -- */

.buttons{
  margin:10px
}
.buttons button{
  margin:4px
}
.taggartBtn{
  background:#ab91c1;
}
.taggart{
  box-shadow:0px 0px 3px 3px #ab91c1;
}
.morseBtn{
  background:#6197f5;
}
.morse{
  box-shadow:0px 0px 3px 3px #6197f5;
}
.frostBtn{
  background:#e3e722;
}
.frost{
  box-shadow:0px 0px 3px 3px #e3e722;
}
.silentBtn{
  background:#54708c;
}
.silent{
  box-shadow:0px 0px 3px 3px #54708c;
}

.sherlockBtn{
  background:#7f7744;
}
.sherlock{
  box-shadow:0px 0px 3px 3px #7f7744;
}
.scottBtn{
  background:#7f5ba9;
}
.scott{
  box-shadow:0px 0px 3px 3px #7f5ba9;
}
.veraBtn{
  background:#a7cd84;
}
.vera{
  box-shadow:0px 0px 3px 3px #a7cd84;
}
.marcellaBtn{
  background:#f02577;
}
.marcella{
  box-shadow:0px 0px 3px 3px #f02577;
}

.showImg {
    text-align: center;
    margin: 20px;
}

.cards p{
  border:1px solid;
  padding:5px;
  text-align:center;
}
