.carte { margin-bottom: 15px; font-family: "Roboto Slab"; } .carte .carte-title { padding-top: 0; margin-top: 0; margin-bottom: 0; } .carte .carte-list { width: 100%; padding: 15px; list-style-type: none; } .carte .carte-item { position: relative; text-align: right; white-space: nowrap; padding: 0; } .carte .carte-item .filler { position: absolute; left: 0; right: 0; border-bottom: 2px dotted #333; height: 75%; } .carte .carte-item > span { position: relative; } .carte .carte-item .carte-label { background: white; float: left; padding-right: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .carte .carte-item .carte-ukf { padding: 0 10px; background: #ffdbc7; } .carte-inverted .carte-list, .carte-inverted .carte-item .carte-label { background: #ffdbc7; } .carte-inverted .carte-item .carte-ukf { background: white; }