svg.rtfpict svg image { /* ensures images rendered by rtf.js are viewable in the browser. they are rendered using height=0 and width=0 which makes them invisible */
    height: 100%;
    width: 100%;
}

/* ag-grid styling */
.ag-theme-balham .ag-row-odd {
    background-color: rgb(255,255,255);
}

.ag-theme-balham .ag-row-even {
    background-color: rgb(240, 255, 240);
}