﻿.sortable ul, .sortable ol
{
    margin-left: 2em;
}

.sortable li
{
    cursor: pointer;
}

.sortable li.hover
{
    color: #333;
    font-weight: bold;
}

.sortable li.drag
{
    color: #369;
    font-weight: bold;
}
