.layout-builder--content-preview-disabled .block-gfxvisu-block.hidden {
    /* don't hide component within layout builder */
    display: inherit;
}

.gfxvisu-hidden,
a.tabs__link.gfxvisu-hidden {
    display: none;
}

.gfxvisu-actions:not(:empty) {
    text-align:right;
    margin-top: 10px;
}

.gfxvisu-tableSVG-container .table-content {
    overflow-y: auto;
    /* overlay doesn't work with Firefox, use auto instead */
    overflow-y: overlay;
}

.table-header,
.table-footer {
    background-color: #f2f8fc;
}

.gfxchart-filters-applied {
    margin-bottom: 10px;
    margin-top: 10px;
}

.gfxvisu-source {
    margin-top: 10px;
}

.maxheight .table-header,
.maxheight .table-content,
.maxheight .table-footer {
    padding-right:3ch;
}


.gfxvisu-legend-item-label {
    margin-left: 5px;
    margin-right: 10px;
    vertical-align:top;
}

.gfxvisu-legend-item {
    display: inline-block;
}

.gfxvisu-customactions {
    float: left;
}

.legend-rows-2 .gfxchart-legend {
    min-height:3.5rem;
}

.gfxvisu-note {
    margin-top: 10px;
}

.media-library-widget-modal {
    max-width: 90%;
    left: 5%;
}
