/* Shelves */ h1 { font-weight: normal; font-size: 15mm; margin: 0; } h1.title { float: left; } h1.page-number { float: right; text-align: right; } .shelf { position: relative; margin: 0 auto; padding-top: 40mm; } .edge, .tray { position: absolute; border: 1px solid black; box-sizing: border-box; } .box { position: absolute; border: 1px solid black; padding: .8mm; box-sizing: padding-box; } .box .box-label { text-align: left; font-size: 55%; word-wrap: break-word; } .box .packing { margin: 3%; display: block; float: right; font-size: 80%; } .color0 { background-color: #ECC !important; } .color1 { background-color: #CEC !important; } .color2 { background-color: #CCE !important; } .color3 { background-color: #ECE !important; } /* Remaining amounts*/ ul { list-style-type: none; } li * { font-size: 6mm; line-height: 12mm; } .item { display: inline-block; width: 100mm; } .amount { color: #666; width: 10mm; text-align: right; padding-right: 1mm; }