.progress-chart { position: relative; width: 100%; height: 800px; overflow: scroll; } .activity-table { width: 100%; font-weight: bold; font-size: 10px; padding: 0px; overflow: scroll; } .activity-row { width: 100%; height: 24px; padding: 0px; background-color: #eeeeee; margin-bottom: 4px; } .error-message { color: red; } .status-running { color: darkorange; } .status-completed { color: green; } .status-cancelling { color: red; } .status-failed { color: red; } .progress-checkmark { position: absolute; top: -4px; font-size: 24px; font-weight: bold; color: green; transition: transform 1s; } .clear-info { font-style: oblique; } .slice-tooltip { visibility: hidden; position: absolute; padding: 4px; top: 8px; left: 16px; z-index: 2; width: 240px; background-color: white; border-color: #6441a5; box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5); } .slice-tooltip-text { font-size: 12px; } .show-radio-buttons { display: block; }