ul {
    list-style-type: none
}

#order li, #sortingSortable li {
    padding: 0.8em;
    height: 1.7em;
}

#sortingSortable li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    border-bottom: 1px dashed #f4ac42!important;
    height: 1.7em;
}

#sortingSortable li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.7em;
    padding: 0.8em 0;
    background: #16a79d;
    color: #fff;
    text-align: center;
    z-index: 5;
}

#sortingSortable li {
    list-style: none;
    position: relative;
}

#sortingSortable li.drop-hover .element {
    opacity: .5;
}

.element.being-dragged {
    background: #333;
    z-index: 6;
    -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

#order li {
    font-weight: bold;
    background-color: #f4ac42;
    color: #32343a;
    border-bottom: 1px dashed #16a79d!important;
}

.ui-sortable-handle {
    /* border: 1px dashed #309091;*/
}

.ui-sortable-helper {}

#activityButtons button {
    margin: 0 .5% 0 .5%;
    float: right;
}

#totalCorrectHolder {
    text-align: right;
}

@media only screen and (max-width: 560px) {
    #activity {
        margin-left: 5%;
    }
    #order {
        width: 11%;
    }
    #sortingSortable {
        width: 80%;
    }
    #sortingSortable li, #order li {
        font-size: 0.9em;
    }
}


/* ----------- Large Display ----------- */

@media screen and (max-width: 1920px) and (max-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (max-width: 1440px) and (max-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (max-width: 1366px) and (max-height: 768px) {
    /* Styles */
    #order li, #sortingSortable li, #sortingSortable li span {
        height: 1.5em;
    }
    #order li, #sortingSortable li {
        padding: 0.5em;
    }
    #sortingSortable li span {
        padding: 0.5em 0;
    }
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (max-width: 1280px) and (max-height: 800px) {
    /* Styles */
    #order li, #sortingSortable li, #sortingSortable li span {
        height: 1.5em;
    }
    #order li, #sortingSortable li {
        padding: 0.5em;
    }
    #sortingSortable li span {
        padding: 0.5em 0;
    }
}


/* ----------- iPad ----------- */

@media only screen and (max-device-width: 1024px) and (max-device-height: 768px) {
    /* Styles */
    h1 {
        font-size: 1.7em !important;
    }
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}