.container { position: relative; min-height: 430px; font-size: 14px; border-left: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1; padding: 20px; } .container:first-child { padding-left: 0; border-left: 0; } .container:last-child { padding-right: 0; } .header { display: flex; line-height: 40px; } .title { flex: 1; font-weight: 600; font-size: 16px; } .heading { font-size: 14px; text-align: center; width: 100px; } .row { position: relative; height: 30px; line-height: 30px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; overflow: hidden; } .label { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; flex: 2; } .label:empty { color: #b3b3b3; } .label:empty:before { content: 'Unknown'; } .value { width: 50px; text-align: right; margin-right: 10px; font-weight: 600; } .percent { width: 50px; color: #6e6e6e; position: relative; border-left: 1px solid #8e8e8e; padding-left: 10px; } .bar { position: absolute; top: 0; left: 0; height: 30px; opacity: 0.1; background: #2680eb; z-index: -1; }