h2#subtitle {font-size:34px; text-align: center; font-weight:bold;}

.dropColumn{
	font-family: 'Open sans', sans-serif;
	color: #fff;
	text-align:center;
	font-size: 1.1em;

	border: 0px solid rgba(22, 167, 157, 0.46);
	background:rgba(22, 167, 157, 0.20);
	height: 18em;
	margin-top: 0;

}

.dragColumnHeader {
    font-size: 1.1em;
    height: 3em;
    margin-bottom: 0;
    padding-top: .7em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    background-color: #16a79d;
    color: #fff;
}
#header1{

	background-color:#008800;
}

#header2{

	background-color:#008800;
	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 {
	background-color: #004400;
	padding:1.8% 0 1.8% 0;
	margin-top: 2%;
}

#checkBtn, #results, #resetBtn{
	text-align: center;
	font-family: 'Open sans', sans-serif;
	color:white;
	width:100%;
}
#resetBtn{
    margin-top: 2%;
}

 .draggableItem {
    font-size: 1em;
    min-height: 2em;
    height: auto;
    line-height: 1.5em;
    padding: 0 0.5em;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #32343a;
    border-bottom: 1px solid #ffffff;
    /*padding:2%;*/
    background-color: rgba(22, 167, 157, 0.46);
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

#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;
    }
}
