/* note: 2px in height tends to become 0.1cm on paper
** printing margins : 1.2cm everywhere
** sticker page margins : 1.3cm (~26px) top and bottom, but 0 on sides!
** no space between stickers, 3 columns of 8 rows (24 stickers/sheet)
** sticker size : 7.0x3.38cm
** considering printing margin, we'll treat sticker size as 5.8x3.38cm (~116x67.6px), and add a 1.2cm space in-between columns (not on the sides!)
*/

table
{
	margin-top: 5px; /* adjust with start of stickers */
	border-spacing: 0; /* remove empty space between lines & columns */
}

.inventory
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 2px;
	margin: 0px;
	width: 250px;
	text-align: center;
	vertical-align: top;
	font-family: "Times New Roman", sans-serif;
	font-size: 16px;
}

.tarif
{
	font-size: 20px;
}

.bag
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 2px;
	margin: 0px;
	width: 185px; /* smaller than .inventory */
	text-align: center;
	vertical-align: top;
	font-family: "Arial";
	font-size: 16px;
}

.identifier
{
	font-size: 32px;
	font-weight: bold;
}

.storage-info1
{
	border: 0px;
	width: 90px; /* less than actual width to compensate for left padding */
	height: 125px; /* actual height is 128px (3.4cm) but table adds a 2px (0.1cm) blank line I can't get rid of */
	text-align: left;
	vertical-align: center;
	font-size: 14px;
	font-family: "Arial";
	padding-bottom: 2px;
	padding-left: 10px;
}

.band-holder
{
	border: 0px;
	width: 22px; /* need to be 0.5cm */
	height: 128px;
	padding: 0px;
}

.storage-band
{
	height: 115px; /* shorter than its holding space to avoid color bleeding into other lines */
	vertical-align: center;
}

.storage-info2
{
	border: 0px;
	width: 75px;
	height: 125px;
	text-align: right;
	vertical-align: center;
	font-size: 14px;
	font-family: "Arial";
	padding-bottom: 2px;
	padding-right: 4px;
}

.gap
{
	width: 40px;
}

#storage-left
{
	
}

#storage-right
{
	
}