ul {
    margin:0;
    padding: 0;
}
#sortable-rows { list-style: none; }
#sortable-rows li { margin-bottom:4px; margin-top:4px; padding:10px; background-color:#00ff80;cursor:move;}
#sortable-rows li.ui-state-highlight { height: 1.0em; background-color:#F0F0F0;border:#ccc 2px dotted;}
