.dragColumn {
    font-family: 'Open sans', sans-serif;
    font-size: 1.1em;
    height: 18em;
    margin-top: 0;
    text-align: center;
    color: white;
    border: 1px dashed #16a79d;
}

.dragColumnHeader {
    font-size: 1.1em;
    height: 2em;
    margin-bottom: 0;
    padding-top: .7em;
    text-align: center;
    border: 1px dashed #16a79d;
    background-color: #16a79d;
}

li {
    list-style-type: none;
}

#selectableStatements {
    font-family: 'Open sans', sans-serif;
    float: none;
    height: 3em;
    margin: auto;
    cursor: pointer;
}

.draggableItem {
    font-size: 1em;
    display: none;
    height: 2em;
    padding-top: .8em;
    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;
    /*padding:2%;*/
    background-color: #f4ac42;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

#buttonsHolder {
    position: relative;
    display: block;
    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 */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    /* Styles */
    .dragColumn {
        height: 15em;
    }
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}