
.dropColumn {
	font-family: 'Open sans', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	background-image: url("../images/activity5/pinbg1.png");
	background-size: 100% 100%;
, cover;
	background-repeat: no-repeat;
	height: 29em;
	padding-top: 5%;
}
.dragColumnHeader {
	font-family: 'Open sans', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	height: 1.5em;
	margin-bottom: 0;
	padding-top: .4em;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	border-radius: 5px;
	color: #000000;
}
.dragMenu {
	background-color: rgba(255, 255, 255, 0.39);
	padding: 10px;
	border-radius: 15px;
	margin-top: 90px;
}
.dragButtonbg {
	background-color: #FBF439;
	box-shadow: 3px 3px 3px #888888;
	padding: 0px;
	/*border-radius: 15px;*/
	margin-top: 30px;
	height: 100%;
	padding-top: 2px;
}
h2#subhead {
	text-align: center;
	font-weight: bold;
}
h5 {
	font-family: 'Open sans', sans-serif;
	font-weight: normal;
	text-align: center;
}
#header1 {
	background-color: rgba(255, 255, 255, 0.39);
}
#header2 {
	background-color: rgba(255, 255, 255, 0.39);
	float: right;
	margin-right: 4%;
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
li {
	list-style-type: none;
}
#selectableStatements {
	font-family: 'Open sans', sans-serif;
	cursor: pointer;
}
#checkBtn {
	cursor: pointer;
}
#results {
	text-align: center;
	font-family: 'Open sans', sans-serif;
	color: rgba(0,39,85,1.00);
	width: 100%;
	background-color: #ffffff;
	border: thin;
	border-style: dotted;
	border-color: rgba(6,38,142,1.0);/*padding:1.8% 0 1.8% 0;
	margin-top: 2%;*/

}
#checkBtn, #resetBtn {
	text-align: center;
	font-family: 'Open sans', sans-serif;
	color: white;
	width: 100%;
}
#resetBtn {
	margin-top: 2%;
}
.draggableItem {
	font-size: 1em;
	min-height: 1.5em;
	height: auto;
	line-height: 1.5em;
	padding: 0 0.5em;
	cursor: pointer;
	text-align: left;
	counter-increment: foo;
	padding-left: 30px;
	text-indent: -22px;
	vertical-align: middle;
	color: #000000;
	list-style: disc;
	list-style-position: inside;
	/*padding:2%;*/
    /*background-color: rgba(255, 175, 15, 0.4);*/
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	margin-left: 5%;
	margin-right: 5%;
}
#buttonsHolder {
	position: relative;
	display: block;
	margin: auto;
	margin-left: 34.6%;
}

/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
/* Styles */
    /* Styles */
.dragColumn {
	height: 15em;
}
.draggableItem {
	font-size: 1em;
	min-height: 1.2em;
	height: auto;
	line-height: 1.2em;
	padding: 0 0.5em;
	cursor: pointer;
	text-align: left;
	counter-increment: foo;
	padding-left: 30px;
	text-indent: -22px;
	vertical-align: middle;
	color: #000000;
	list-style: disc;
	list-style-position: inside;
	/*padding:2%;*/
    /*background-color: rgba(255, 175, 15, 0.4);*/
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	margin-left: 5%;
	margin-right: 5%;
}
}

@media screen and (max-height: 768px) and (max-width:1366px) {
.draggableItem {
	font-size: 1em;
	min-height: 1.2em;
	height: auto;
	line-height: 1.2em;
	padding: 0 0.5em;
	cursor: pointer;
	text-align: left;
	counter-increment: foo;
	padding-left: 30px;
	text-indent: -22px;
	vertical-align: middle;
	color: #000000;
	list-style: disc;
	list-style-position: inside;
	/*padding:2%;*/
    /*background-color: rgba(255, 175, 15, 0.4);*/
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	margin-left: 5%;
	margin-right: 5%;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.draggableItem {
	font-size: 1em;
	min-height: 1.2em;
	height: auto;
	line-height: 1.2em;
	padding: 0 0.5em;
	cursor: pointer;
	text-align: left;
	counter-increment: foo;
	padding-left: 30px;
	text-indent: -22px;
	vertical-align: middle;
	color: #000000;
	list-style: disc;
	list-style-position: inside;
	/*padding:2%;*/
    /*background-color: rgba(255, 175, 15, 0.4);*/
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	margin-left: 5%;
	margin-right: 5%;
}
}
