<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PRICE-TABLE BASE */

.elm-price-table.layout-horizontal .ptable-container		{ display: table; width: 100%; }
.elm-price-table.layout-horizontal .ptable-wrap				{ display: table-row; }
.elm-price-table.layout-horizontal .ptable-item				{ display: table-cell; width: 10%; vertical-align: top; }

.elm-price-table.layout-vertical .ptable-item				{ display: table; width: 100%; }
.elm-price-table.layout-vertical .ptable-item-wrap			{ display: table-row; }
.elm-price-table.layout-vertical .table-header				{ display: table-cell; width: 20%; vertical-align: top; }
.elm-price-table.layout-vertical .table-body				{ display: table-cell; width: 60%; vertical-align: top; }
.elm-price-table.layout-vertical .table-footer				{ display: table-cell; width: 20%; vertical-align: middle; }</pre></body></html>