.SPI .StaticWarehouses{font-size:.9rem}

@media screen and (max-width:545px) {
	.SPI .StaticWarehouses tr{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}
	.SPI .StaticWarehouses td{padding:2px 0;border:none}
	.SPI .StaticWarehouses tr:first-child > td:last-child{display:none}
	.SPI .StaticWarehouses tr > td:last-child{flex-grow:1;text-align:right}
	.SPI .StaticWarehouses tr:last-child > td:last-child{border-bottom-style:none}
	.SPI .StaticWarehouses tr:last-child > td:first-child{border-bottom-style:none;border-left-style:none}
}

@media screen and (max-width:360px) {
	.SPI .StaticWarehouses tr:not(:first-child) > td{width:100%}
	.SPI .StaticWarehouses tr > td:last-child{text-align:left}
}