The Engine menu button on the options page has three items:
.separator { background-color: #000000; padding: 1px 0 1px 0; margin: 1px 0 1px 0; }For new users, this is the default. For other colors, change the #000000 value. If you don't want them to be visible at all, you can use the following:
.separator { display: none; }