/* quiz editing */
#questions_sortable li {
    margin: 7px 3px 0px 3px;
    padding: 0.4em;
    list-style: none;
    padding-left: 1.5em;
    display: list-item;
    font-size: 1.0em;
    height: 18px;
    text-align: -webkit-match-parent;
    width: 430px;
    cursor:move;
}
#questions_sortable .ui-icon  {
    position: absolute;
    margin-left: -1.3em;
}
#material_sortable .ui-icon  {
    position: absolute;
    margin-left: -1.3em;
}

#material_sortable li {
    margin: 7px 3px 0px 3px;
    padding: 0.4em;
    list-style: none;
    padding-left: 1.5em;
    display: list-item;
    font-size: 1.0em;
    height: 18px;
    text-align: -webkit-match-parent;
    width: 430px;
    cursor:move;

}

.quiz-sortable-block {
    width: 500px;
}



#material-alert {
}
#questions-alert{
}
#material_title{
}
#questions_title{
}
.ordered-alert{
    color:green;
    float:right;
    opacity:0;
}
.h2size{
    font-size: 22px;
    font-weight:bold;
}


#questions {
    width: 500px;
    border-color: rgb(191, 191, 191);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-top-width: 1px;
    overflow: auto;
}

#material {
    width: 500px;
    border-color: rgb(191, 191, 191);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-top-width: 1px;
    margin-bottom:10px;
    overflow: auto;
}

#questions #add-question-button {
    margin-left: 390px;
    margin-bottom:10px;
}


#material #add-material-button {
    margin-left: 390px;
    margin-bottom:10px;
}

.sortable_links {
    float:right;
}

#questions_sortable .sortable_links a:link {
     color: #DF0101;
 }
#questions_sortable .sortable_links a:visited {
    color: #DF0101;
}

#material_sortable .sortable_links a:link {
    color: #DF0101;
}
#material_sortable .sortable_links a:visited {
    color: #DF0101;
}

