.activity {
    position: relative;
    left: 10%;
    width: 80%;
    height: 60%;
    margin-top: 1%;
}
#backButton {margin-top: 0.4%; margin-bottom: 0.4%;}
/*ARROWS
*/

#arrow1 {
    position: absolute;
    left: 45%;
    height: 100%;
    width: 5%;
}

#arrow2 {
    float: left;
    display: block;
    position: relative;
    height: 10%;
    width: 94%;
    z-index: 999;
}

#arrowheadUp {
    width: 75%;
    height: 40px;
    float: left;
    position: absolute;
    display: block;
    top: 0;
}

#arrowheadDown {
	transform: rotate(180deg);
    width: 75%;
    height: 40px;
    float: left;
    position: absolute;
    display: block;
    bottom: 0;
}

#arrowheadRight {
    width: 5%;
    height: 90%;
    /*min-width: 40px;*/
    float: right;
    position: absolute;
    display: block;
    right: 0;
    top: 9%;
}

#arrowheadLeft {
	transform: rotate(180deg);
    width: 5%;
    height: 90%;
    /*min-width: 40px;*/
    float: left;
    position: absolute;
    display: block;
    left: 0;
    top: 9%;
}

#arrowBodyUp {
    position: absolute;
    display: block;
    background-color: #004400;
    width: 3px;
    top: 3%;
    height: 94%;
    left: 36.5%;
    /* float: left; */
}

#arrowBodyHoriz {
    position: absolute;
    display: block;
    background-color: #004400;
    width: 94%;
    top: 50%;
    height: 3px;
    right: 3%;

	
    /* float: left; */
}

.headers {
    position: relative;
    height: 5%;
}

.dragMenu{
	background-color: rgba(22, 167, 157, 0.46);
	padding:1%;
	border-radius: 15px; 
	margin-top: 10px; 
	margin-left:30%;
	margin-right:auto;
	width: 500px;
	height:85px;
	
	}
	
#dragAreasHolder {

    position: relative;
    left: 3%;
    height: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.dragColumn {
    font-family: 'Open sans', sans-serif;
    font-size: 0.8em;
	line-height: 0.8em;
    position: relative;
    float: left;
    height: 45%;
    width: 44%;
    margin-top: 0;
    text-align: left;
    color: white;
    border: 1px solid #fff;
	background-color:rgba(22, 167, 157, 0.20);
	overflow-y: auto;
    overflow-x: hidden;
}

.dragColumnHeader:nth-child(even) {
    margin-left: 5%;
}

#advantage2, #advantage1 {
    margin-left: 5%;
}

.dragColumnHeader {
    font-size: 1.2em;
    /*height: 100%;*/
    margin: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
    width: 44%;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
	color: #004400;
	font-weight:bold;
}

li {
    list-style-type: none;
}

#selectableStatementsHolder {

    width: 100%;
    height: 7%;
}

#selectableStatements {
    font-family: 'Open sans', sans-serif;
    float: none;
    height: 3em;
    margin: auto;
    cursor: pointer;
}

.draggableItem {

    font-size: 1em;
    display: none;
    padding: 0 1.2em;
    min-height: 2em;
    line-height: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    vertical-align: middle;
    color: #32343a;
    border-bottom: 1px solid #ffffff;
	
    background-color: rgba(22, 167, 157, 0.46);
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.draggableItem.correct {
    background-color: #16a79d;
    background-image: url('../images/tick.png');
    background-position: center right;
    background-repeat: no-repeat;
}

#buttonsHolder {
    position: relative;
    display: block;
    float: left;
    padding-top: auto;
width: 30%;
left: 40%;
    margin: auto;
    /*margin-left: 34.6%;*/
	}


#checkBtn {
    cursor: pointer;
}

#results {
    margin-top: 2%;
    padding: 1.8% 0 1.8% 0;
    background-color: #004400;
}

#checkBtn, #resetBtn, #results {
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 2%;
    padding: 1.8% 0 1.8% 0;
    text-align: center;
    color: white;
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
	
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
 
    #buttonsHolder {
        width: 67%;
        display: inline-block;
        margin: 0.5% 0 1% 1%;
        float: left;
        left: 17%;
    }
    #checkBtn, #resetBtn, #results {
        width: 29.3%;
        margin: 0 1%;
        float: left;
        line-height: 1em;
    }
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
	
  
    #buttonsHolder {
        width: 55%;
        display: inline-block;
        margin: 1% 0 1% 1%;
        float: left;
        left: 22%;
    }
    #checkBtn, #resetBtn, #results {
        width: 29.3%;
        margin: 0 1%;
        float: left;
        line-height: 1em;
    }
}


/* ----------- iPad ----------- */
@media only screen and (min-device-width: 768px){

	}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    /* Styles */
	
   

    .dragColumnHeader:nth-of-type(2n) {
        margin-left: 5%;
    }
    .headers {
        height: 7%;
    }
    #dragAreasHolder {
        height: 86%;
    }
   #buttonsHolder {
        width: 55%;
        display: inline-block;
        margin: 1% 0 1% 1%;
        float: left;
        left: 22%;
    }
    #checkBtn, #resetBtn, #results {
        width: 29.3%;
        margin: 0 1%;
        float: left;
        line-height: 1em;
    }
    .activity {
        left: 3%;
        width: 94%;
    }
	

}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}