ul {
    list-style-type: none
}
#order, #activitySortableList {
    margin-bottom: 3em;
}
#order li, .ui-droppable {

    /* padding: 0.8em; */
    min-height: 3em; /*CHANGED BY RHYS 04/01/16 */

    /* HEIGHT: auto; */
    margin-bottom: 5px;
}
#activity {

    /*  font-size: 1.1em;*/
}
.ui-droppable {
    cursor: move;
    background-color: #999;
    border: 1px solid #fff;    /* border-bottom: 1px dashed #FFF!important; */

    /* height: 2.4em; */
    border: 1px solid #fff;
    list-style: none;
    position: relative;
    line-height: 1.3em;
}
#order li {
    border: 1px solid rgba(116, 130, 143, 1);
    background-color: #fff;
    color: #000;
    padding: 5px;
    line-height: 1.3em;
}
span.swappableElement {
    cursor: s-resize;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid rgba(116, 130, 143, 1);
    background-color: #fff;
    text-align: center;
    z-index: 5;
    margin-bottom: 5px;
    padding: 5px
}
.ui-draggable.being-dragged {
    background: rgba(194, 91, 86, 1);
    color: #fff;
    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);
}

/*feedback*/
#activity-feedback {
    margin-top: 20px;
}
#activity-feedback p {
    display: none;
}
span.swappableElement.correct {
    background-color: #56c25b;
}
span.swappableElement.incorrect {
    color: #fff;
    background-color: #963a36;
}
span.swappableElement i {
    position: absolute;
    top: 0;
    right: 10px;
    float: right;
}

/* ----------- Large Display ----------- */
@media screen and (max-width:1920px) and (max-height:1080px) {
}

/* ----------- Laptop HiDPI screen ----------- */
@media screen and (max-width:1440px) and (max-height:900px) {
}

/* ----------- Laptop ----------- */
@media screen and (max-width:1366px) and (max-height:768px) {
}

/* ----------- Laptop MDPI screen ----------- */
@media screen and (max-width:1280px) and (max-height:800px) {
}

/* ----------- iPad ----------- */
@media only screen and (max-device-width:1024px) and (max-device-height:768px) {
    #activity {

        /*   font-size: 1em;*/
    }
}

/* ----------- iPhone 5 ----------- */
@media only screen and (max-device-width:568px) and (max-device-height:320px) {

    /* Styles */
    #activitySortableList, #order {
        width: 50%;
    }
    #order li, .ui-droppable {
        height: 3em;
    }
    span.swappableElement {
        height: 2.9em;
        line-height: 2.9em;
    }
}