Section break should be working as well. However, you need to find this code:
#main_body form li.section_break
{
border-top:1px dotted #ccc;
margin-top:9px;
padding-bottom:0;
padding-left:9px;
padding-top:13px;
width:97% !important;
}
remove the "!important" from the width property.