Accordion type:Space modify margin for 1 specific component

Would like to modify the margins for 1 specific accordion item, without changing it for the entire application. Is this possible on the accordion item, or would a new type need to be created? Looking for easiest way to achieve this.

You can add a custom CSS-style:

http://webix.com/snippet/57bc6077

Also, you can use margin directly in component’s config

type:"space", margin:20,

http://webix.com/snippet/d2d8d268