.summaryRow { display: flex; flex-direction: row; justify-content: space-around; } .summaryRowSection { margin: 8px; flex: 1; } .summaryRowSection > h3, .summaryRowSection h4 { margin: 4px 0; } .summaryRowSection > section pre { margin: 0; padding: 16px; background: white; display: inline-block; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); white-space: normal; }