div.container { display: flex; flex-direction: row; } div.container > div { width: 50%; } div.container > div:first-child { border-right: 1px solid white; padding-right: 15px; } div.container > div:last-child { padding-left: 15px; height: stretch; } div.container > div:last-child p { vertical-align: middle; text-align: center; } table p { margin: 8px 0 8px 0; } table tr { background: none !important; } table td { font-family: 'Lucida Console'; font-size: 8pt; text-overflow: ellipsis; white-space: nowrap; } table td:last-child { font-size: 12pt; } table td:nth-last-child(2) { border-right: none !important; } table tr:nth-child(2n+1) td:not(:first-child) { background: rgba(255, 255, 255, 0.1); } table td:nth-child(2n) { white-space: nowrap; width: 1px; } table td > div { margin: auto; width: min-content; }