.table { margin: 2rem; display: table; div { display: table-row; padding: 0.5rem; div { display: table-cell; border: 1px solid #000; &:first-child { text-align: right; } } span { display: inline-block; padding: 8px; background: #CCC; border-radius: 3rem; margin-left: 5px; margin-right: 5px; } } img { max-width: 50vw; width: 100%; } }