.sortable-list {
    list-style-type : none;
    margin : 0;
}
.sortable-list li {
    cursor : n-resize;
    margin : 2px 0 2px 0;
    padding : 2px;
    padding-left : 6px;
    background : #f7f7f7;
    width : 100px;
}