How I can shrink the spacing between nested horizontal tabs? I'm thinking about moving toward nesting trees of tabs in my sidebar because I like the top-down model. I use it to great effect in my desktop environment, and I want it in my wiki. Unfortunately, the spacing is offputting, and it's not an efficient use of space.
.tc-tab-buttons button {
padding: 3px 0;
margin-right: 0;
}

.tc-tab-divider { margin-bottom:-1em; }p:not(:first-of-type) > .tc-control-panel > .tc-tab-set { margin-top:-2em; }
p:not(:first-of-type) .tc-tab-set { outline:1px solid red; margin-top:-2em; }
.tc-sidebar-lists {}
.tc-search{ margin-bottom: 1.5em; }
.tc-tab-set{ margin-top: -1.5em; }