@charset "utf-8";
/* CSS Document */

ul {
    list-style-type: none;
    margin-bottom: 4em;
}

#order li, #sortingSortable li {
    padding: 0.8em;
    height: 8em;
}

#sortingSortable li {
        font-family: 'Open Sans', sans-serif;
    cursor: move;
    background-color: #e3b81d;
    color: #fff;
    height: 8em;
    border-bottom: 1px dashed #333332!important;
}

#sortingSortable li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.8em 0;
    background: rgba(221,221,221,0.7);
    color: #333332;
    text-align: center;
    z-index: 5;
	height: 8em;
	padding:0.5em
}

#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: #e3b81d;
    color: #000;
    border-bottom: 1px dashed #333332!important;
    line-height: 14px;
    padding: 3em 2em;
    font-size: inherit;
}

.ui-sortable-handle {
    /* border: 1px dashed #309091;*/
}

.ui-sortable-helper {}

#activityButtons button {
    margin: 0 .5% 0 .5%;
    float: right;
}

#totalCorrectHolder {  
	text-align: center;
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 15px;
    padding: 1.8% 0 1.8% 0;
    font-weight: bold;
    font-size: larger;
    color: #333332;
}

h3{
	margin-bottom: 1em;
}
p {
    font-size: 1.1em;
    line-height: 1.2em;
}




