div#FAE_PricelistEditor {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

td.FAE_Pricelist {
  padding: 6px;
  background: #d6b7a2;
  font-size: 24pt;
}

td.FAE_PricelistCategory {
  vertical-align: top;
  padding: 6px;
}

th.DSS_Product {
  color: #d6b7a2;
  font-weight: normal;
  text-align: left;
  min-width: 100px;
  padding: 4px;
  background: #222;
  white-space: nowrap;
}

th.DSS_Nominal {
  color: #d6b7a2;
  font-weight: normal;
  text-align: center;
  padding: 4px;
  background: #222;
  white-space: nowrap;
}

table#FAE_PricelistCategoryEditor {
	width: 100%;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

th.FAE_Price {
  color: #d6b7a2;
  font-weight: normal;
  text-align: right;
  padding: 4px;
  background: #222;
  white-space: nowrap;
}

th.FAE_PriceHeader {
  text-align: center;
  background: #dccbb8;
  color: #2b1605;
}

tr.FAE_PriceList:nth-child(even) {background: #a9927b}
tr.FAE_PriceList:nth-child(odd) {background: #bca792}

div#FFS_PriceList {
  text-align: center;
}

table.FFS_PriceList {
  margin-left: auto;
  margin-right: auto;
  background-color: #dccbb8;
  color: black;
}

td.FFS_Product {
  text-align: left;
  padding: 4px;
  white-space: nowrap;
}

td.FFS_Price {
  text-align: right;
  padding: 4px;
  white-space: nowrap;
}

td.FFS_Nominal {
  text-align: center;
  padding: 4px;
  white-space: nowrap;
}

div#FFS_PriceListPage {
  margin-top: 20px;
  border-radius: 10px;
}

div.FFS_Pricelist {
  column-count: 1;
  justify-content: center;
  column-gap: 0;
}

@media (min-width: 900px) {
  div.FFS_Pricelist {
    column-count: 2;
    max-height: 1400px;
  }
}

@media (min-width: 1200px) {
  div.FFS_Pricelist {
    column-count: 3;
  }
}

div.FFS_PricelistHeader {
  font-size: 24pt;
  font-weight: bold;
  color: #dccbb8;
  text-align: center;
  padding: 10px;
}

div.FFS_PricelistCategory {
  break-inside: avoid;
  
  background: #dccbb8;
  max-width: 600px;
  vertical-align: top;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 6px solid #dccbb8;
  border-radius: 6px;
}

table.FFS_PricelistCategory {
  border-collapse: collapse;
  vertical-align: top;
  width: 100%;
}

td.FFS_Pricelist {
  padding: 6px;
  background: #d6b7a2;
  font-size: 24pt;
}

td.FFS_PricelistCategory {
  vertical-align: top;
  padding: 6px;
}

th.FFS_Product {
  color: #d6b7a2;
  font-weight: normal;
  text-align: left;
  min-width: 100px;
  padding: 4px;
  background: #222;
  white-space: nowrap;
}

th.FFS_Nominal {
  color: #d6b7a2;
  font-weight: normal;
  text-align: center;
  padding: 4px;
  background: #222;
  white-space: nowrap;
}

th.FFS_Price {
  color: #d6b7a2;
  font-weight: normal;
  text-align: right;
  padding: 4px;
  background: #222;
  white-space: nowrap;
}

th.FFS_PriceHeader {
  text-align: center;
  background: #dccbb8;
  color: #2b1605;
}

tr.FFS_PriceList:nth-child(even) {background: #a9927b}
tr.FFS_PriceList:nth-child(odd) {background: #bca792}