
.protobi.namcs .element {
    width:360px;
}
.protobi.namcs .collection {
    width:auto;
}

.protobi.namcs .element.crosstab {
    max-width: 100%;
    width: auto;
}
.protobi.namcs .tab.header.actual {
    background: #959;
    color: white;
}
.protobi.namcs .tab.header.active {
    background: white;
    color: #959;
}
.protobi.namcs .element .bar.fg {
    background: #959;
}
.protobi.namcs .element svg rect.fg {
    fill: #959;
}
