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: 0.2em;
/*    font-size: 1.2em;*/
    font-size: 1.1em;
}

 #activity{
/* 	font-size: 1.1em;*/
    font-size: 1em;
}

.ui-droppable {
    cursor: move;
    background-color: #999;
    color: #fff;
    /* border-bottom: 1px dashed #FFF!important; */
    /* height: 2.4em; */
    border: 1px solid #fff;
    border-radius: 7px;
    list-style: none;
    position: relative;
    line-height: 3em;
}

#order li {
    background-color: #FFF;
    color: #000;
    border: 1px solid #afafaf;
    padding-left: 0.5em;
    line-height: 1.3em;
}

span.swappableElement {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.9em;
    /* padding: 0.8em 0; */
    font-family: 'Open Sans', sans-serif;
    background: rgba(23, 190, 187, 1);
    color: #fff;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
}

.ui-draggable.being-dragged {
    background: rgba(240, 166, 202, 1);
    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);
}






/* ----------- 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;
        line-height: 1em;
        font-size: 0.9em;
    }

    span.swappableElement{
        height: 2.9em;
        line-height: 2.9em;
    }
}