.eod-row-cell { width: var(--cell-width); min-width: var(--cell-width); height: var(--h-eod); border-right: 1px solid var(--grid-line); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; } .eod-row-text { font-size: 10px; font-weight: 700; color: var(--text-muted); } .eod-row-progress { width: 60%; }