ul
{
    list-style-type: none;
}
#activityFeedback{
    margin-top: 1em;
}
.dragHolder{
    text-align: center;
}

#totalCorrectHolder
{
	margin: 20px 0px;
}


#order li,
.ui-droppable
{
    font-size: 1.2em;
    /* padding: 0.8em; */

    height: 3em;
    /* HEIGHT: auto; */
    margin-bottom: .2em;
}
#selectableStatements{
    display: none;
}

.ui-sortable 
{
	margin-top: 20px;
}

.ui-sortable li
{
    display: none;
    font-size: 1.2em;
    list-style: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 2.9em;
    cursor: move;
    text-align: center;
    background: rgba(177, 3, 195,0.7);
        padding: 0.25em 0.4em;
}
#order li
{
    line-height: 1.5em;
    padding-left: .5em;
    color: #000;
    border: 1px solid #E4B74B;
    background-color: #fff;
}

.ui-sortable-helper
{
    z-index: 6;

    background: #3f777c;
    -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);
}

.dragColumn
{
    /* font-size: 1.1em; */
    min-height: 15em;
    margin-top: 0;
    text-align: center;
    color: white;
    border: 1px dashed #333;
    padding-left: 0;
}