@charset "utf-8";
/* CSS Document */

ul {
    list-style-type: none;
    margin-bottom: 4em;
}

#order li, #sortingSortable li {
    padding: 0.8em;
    height: 3em;
}

#sortingSortable li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #620100;
    color: #fff;
    height: 3em;
	border-bottom: 1px dashed #eaa82e!important;
}

#sortingSortable li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.8em 0;
    background: #0085b4;
    color: #fff;
    text-align: center;
    z-index: 5;
}

#sortingSortable li {
    list-style: none;
    position: relative;
    margin-bottom: 1px;
}

#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: #eaa82e;
    color: #000;
    margin-bottom: 1px;
	line-height: 14px;
}

.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: #620100;
}

h3{
	margin-bottom: 1em;
}

#resetBtn, #checkAnswerBtn {
    float: right;
	margin-right: 5px;
}

