.ps-tutustu-content-long {
  min-height: 150px;
}

.ratkaisumme-box {
  min-height: 270px;
}

.tilaa-vahvistus-button-container {
  text-align: center;
}

.asiak-home-caption {
  font-size: 175%;
}

.ps-dynamic-caption {
  font-size: 175%;
}

.ps-dynamic-intertitle {
  font-size: 112%;
}

.cust-kuvake-box {
  height: auto;
}

.prod-home-bg-content::before {
  display: none;
}

table.mobile-friendly-table-md {
  table-layout: fixed;
  width: 100%;
}

table.mobile-friendly-table-md thead, table.mobile-friendly-table-md th, table.mobile-friendly-table-md td.unit {
  display: none;
}

table.mobile-friendly-table-md td {
  display: flex;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}

table.mobile-friendly-table-md tbody td {
  height: auto !important;
  min-height: 45px;
}

table.mobile-friendly-table-md td:not([columnheader]) {
  justify-content: center;
}

table.mobile-friendly-table-md td[columnheader] > span {
  max-width: 55%;
}

table.mobile-friendly-table-md td[columnheader]:not(:only-child):not(.unit)::before {
  content: attr(columnheader);
  display: inline-flex;
  text-align: left;
  width: 40%;
  margin-right: 10px;
  font-weight: bold;
}

table.mobile-friendly-table-md td:first-child:not(:only-child):not(.non-toggleable),
table.mobile-friendly-table-md td.subtotal:first-child:not(:only-child) {
  border-top: 3px solid #00788f;
  font-weight: bold;
}

table.mobile-friendly-table-md td.amount::after {
  content: attr(unit);
  margin-left: 5px;
}

table.mobile-friendly-table-md td:first-child:not(:only-child) .download-link {
  display: inline-flex;
  align-items: center;
  color: #000000;
}

table.mobile-friendly-table-md td:first-child:not(:only-child) .download-link::after {
  content: "";
  min-width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url(../img/download_black.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

table.mobile-friendly-table-md .ps-group-hover:hover {
  background-color: initial;
}

table.mobile-friendly-table-md .ps-group-hover:hover > tr.odd {
  background-color: #ffffff;
}

table.mobile-friendly-table-md .ps-group-hover:hover > tr.even {
  background-color: #f4f3f4;
}

td.mobile-table-row-expanded-md {
  background-color: #ffb86e;
}

.mobile-hidden-md {
  display: none !important;	
}
