/**
 * Div under the datascroller div has to have its custom background style disabled.
 */
.dataScrollerOverride > div {
    background: none !important;
    border: none !important;
}
