.activity {
    position: relative;
    left: 10%;
    width: 80%;
    height: 60%;
    margin-top: 1%;
}


/*ARROWS
*/

#arrow1 {
    position: absolute;
    left: 44%;
    height: 100%;
    width: 5%;
}

#arrow2 {
    float: left;
    display: block;
    position: relative;
    height: 10%;
    width: 94%;
    z-index: 999;
}

#arrowheadUp {
    width: 100%;
    height: 40px;
    float: left;
    position: absolute;
    display: block;
    top: 0;
}

#arrowheadRight {
    width: 40px;
    height: 40px;
    min-width: 40px;
    float: right;
    position: relative;
    display: block;
    right: 0;
    top: 0;
}

#arrowBodyUp {
    position: absolute;
    display: block;
    background-color: #16a79d;
    width: 3px;
    top: 3%;
    height: 98%;
    left: 46.5%;
    /* float: left; */
}

#arrowBodyHoriz {
    position: absolute;
    display: block;
    background-color: #16a79d;
    width: 98%;
    top: 50%;
    height: 3px;
    left: 0;
    /* float: left; */
}

.headers {
    position: relative;
    height: 5%;
}

#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: 1.1em;
    position: relative;
    float: left;
    height: 45%;
    width: 44%;
    margin-top: 0;
    text-align: center;
    color: white;
    border: 1px dashed #16a79d;
}

.dragColumnHeader:nth-child(even) {
    margin-left: 5%;
}

#advantage2, #advantage1 {
    margin-left: 5%;
}

.dragColumnHeader {
    font-size: 1.1em;
    height: 100%;
    margin: 0;
    width: 44%;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f4ac42;
}

li {
    list-style-type: none;
}

#selectableStatementsHolder {
    margin-top: 3%;
    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: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #32343a;
    border-bottom: 1px dashed #16a79d;
    background-color: #f4ac42;
    -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: right;
    margin-right: 3%;
    /*margin: auto;
    margin-left: 34.6%;*/
}

#checkBtn {
    cursor: pointer;
}

#results {
    margin-top: 2%;
    padding: 1.8% 0 1.8% 0;
    background-color: #cf4858;
}

#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 */
    #selectableStatementsHolder {
        margin: 2% 0;
    }
    #buttonsHolder {
        width: 67%;
        display: inline-block;
        margin: 1% 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 */
    #selectableStatementsHolder {
        margin: 2% 0;
    }
    #buttonsHolder {
        width: 67%;
        display: inline-block;
        margin: 1% 0 1% 1%;
        float: left;
        left: 17%;
    }
    #checkBtn, #resetBtn, #results {
        width: 29.3%;
        margin: 0 1%;
        float: left;
        line-height: 1em;
    }
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    /* Styles */
    #selectableStatementsHolder {
        margin: 2% 0 2% 0;
    }
    #selectableStatements {
        width: 42%;
    }
    .dragColumnHeader:nth-of-type(2n) {
        margin-left: 5%;
    }
    .headers {
        height: 7%;
    }
    #dragAreasHolder {
        height: 86%;
    }
    #buttonsHolder {
        width: 67%;
        display: inline-block;
        margin: 1% 0 1% 1%;
        float: left;
        left: 17%;
    }
    #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 */
}