@charset "UTF-8";




html .product__compare * {
  font-family: "open sans", arial, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html .product__compare *::before,
html .product__compare *::after {
  box-sizing: inherit;
}

.product__compare h1,
.product__compare h2,
.product__compare h3,
.product__compare h4,
.product__compare h5,
.product__compare h6,
.product__compare div,
.product__compare ul,
.product__compare ol,
.product__compare p,
.product__compare form,
.product__compare fieldset,
.product__compare img,
.product__compare legend,
.product__compare label,
.product__compare header,
.product__compare nav,
.product__compare main,
.product__compare article,
.product__compare section,
.product__compare aside,
.product__compare footer {
  display: block;
  position: relative;
}

.product__compare h1,
.product__compare h2,
.product__compare h3,
.product__compare h4,
.product__compare h5,
.product__compare h6,
.pad__top--large {
  margin-top: 30px;
}

.product__compare div,
.product__compare ul,
.product__compare ol,
.product__compare form,
.product__compare legend,
.product__compare article,
.product__compare section,
.product__compare table,
.product__compare img,
.pad__top {
  margin-top: 20px;
}

.product__compare p,
.product__compare li,
.pad__top--small {
  margin-top: 10px;
}

.product__compare *:first-child {
  margin-top: 0;
}

.product__compare h1,
.product__compare h2,
.product__compare h3,
.product__compare h4,
.product__compare h5,
.product__compare h6,
.product__compare b,
.product__compare strong,
.product__compare th {
  font-weight: bold;
}

.product__compare h1,
.product__compare .h1 {
  font-size: 2em;
}

.product__compare h2,
.product__compare .h2 {
  font-size: 1.5em;
}

.product__compare h3,
.product__compare .h3,
.product__compare h4,
.product__compare .h4 {
  font-size: 1em;
}

.product__compare table {
  border-collapse: collapse;
}

.product__compare table * {
  vertical-align: top;
  text-align: left;
}

.product__compare th,
.product__compare td {
  padding: 3px 10px 5px;
  border-left: #DDD solid 1px;
  border-top: #DDD solid 1px;
}

.product__compare th.center,
.product__compare td.center {
  text-align: center;
}

.product__compare th.right,
.product__compare td.right {
  text-align: right;
}

.product__compare th:last-child,
.product__compare td:last-child {
  border-right: #DDD solid 1px;
}

.product__compare tr:last-child th,
.product__compare tr:last-child td {
  border-bottom: #DDD solid 1px;
}

.product__compare ul {
  position: relative;
}

.product__compare ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
  list-style-position: 0;
}

.product__compare ul li::before {
  display: block;
  position: absolute;
  left: 0;
  content: "•";
}

.product__compare ul.flex li {
  padding-left: 0;
}

.product__compare ul.flex li::before {
  display: none;
}

.product__compare a,
.product__compare .a,
.product__compare p,
.product__compare .p {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

.product__compare a,
.product__compare .a,
.product__compare button,
.product__compare .button {
  cursor: pointer;
}

.product__compare img {
  display: block;
  position: relative;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
  border: 0 solid;
  border-style: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.product__compare .strong {
  font-weight: bold !important;
}

.product__compare .no-break,
.product__compare .nobreak {
  white-space: nowrap;
}


.product__compare hr {
  display: block;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #AAA;
}

.product__compare hr.hr--thin {
  margin-top: 0;
  margin-bottom: 0;
}

.product__compare hr.hr--empty {
  margin: 0 0 20px 0;
  border-bottom: 0 none;
}

.product__compare hr:first-child,
.product__compare hr+.product__compare p {
  margin-top: 0;
}

.stage-hmf {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.stage-width {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.stage-padding {
  padding: 20px 20px;
}

.product__compare .header {
  flex: 0 0 auto;
}

.product__compare .main {
  flex: 1 0 auto;
}

.product__compare .footer {
  flex: 0 0 auto;
}

.product__compare .clickable {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.product__compare .no-wrap {
  white-space: nowrap;
}

.product__compare .tbl {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.product__compare .tbl * {
  margin: 0;
  /*padding: 0;*/
  padding-top:5px;
  padding-bottom:5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}

.product__compare .tbl__block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
.product__compare .tbl__block+.tbl__block {
  margin-top: 35px;
}
}

@media (max-width: 767px) {
.product__compare .tbl__block+.tbl__block {
  margin-top: 10px;
}
}

.product__compare .tbl__block>* {
  flex: 1 1 auto;
  display: table;
}

@media (min-width: 1000px) {
  .product__compare .tbl__block {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.product__compare .tbl__block.tbl__block-header {
  margin-bottom: -20px;
}

.product__compare .tbl__hl {
  display: flex;
  position: relative;
  min-height: 30px;
  padding-left: 5px;
  align-items: center;
  background: #DDD;
}

@media (min-width: 1000px) {
  .product__compare .tbl__hl {
    flex: 0;
    max-width: 30px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
}

.product__compare .tbl__hl h2,
.product__compare .tbl__hl h3,
.product__compare .tbl__hl h4,
.product__compare .tbl__hl h5 {
  display: inline-block;
  background: #DDD;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 1000px) {

  .product__compare .tbl__hl h2,
  .product__compare .tbl__hl h3,
  .product__compare .tbl__hl h4,
  .product__compare .tbl__hl h5 {
    transform: rotate(-90deg);
  }
}

.product__compare .tbl__tr {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

.product__compare .tbl__tr:last-of-type {
  border-bottom: 1px solid #ddd;
}

.product__compare .tbl__tr:nth-child(even) {
  background: #F0F0F0;
}

.product__compare .tbl__tr>* {
  flex: 0;
}

.product__compare .tbl__tr>*:first-child {
  flex: 1 1 auto;
}

.product__compare .tbl--wfn .tbl__tr {
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (min-width: 1000px) {
  .product__compare .tbl__tr {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .product__compare .tbl__tr:nth-child(even) {
    background: transparent;
  }

  .product__compare .tbl__tr:nth-child(odd) {
    background: #F0F0F0;
  }

  .product__compare .tbl__block-header .tbl__tr:nth-child(odd) {
    background: transparent;
  }
}

.product__compare .tbl__block-header .tbl__tr {
  border-bottom: none;
}

.product__compare .tbl__th,
.product__compare .tbl__td {
  padding: 5px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.product__compare .tbl__th,
.product__compare .tbl__th *,
.product__compare .tbl__td,
.product__compare .tbl__td * {
  font-size: 9px;
  line-height: 11px;
}

@media (min-width: 1000px) {

  .product__compare .tbl__th,
  .product__compare .tbl__th *,
  .product__compare .tbl__td,
  .product__compare .tbl__td * {
    font-size: inherit;
    line-height: inherit;
  }
}

.product__compare .tbl__block-header .tbl__th,
.product__compare .tbl__block-header .tbl__td {
  display: block;
}

.product__compare .tbl__block-header .tbl__th>*,
.product__compare .tbl__block-header .tbl__td>* {
  display: block;
}

.product__compare .tbl__block-header .tbl__th h2,
.product__compare .tbl__block-header .tbl__th h3,
.product__compare .tbl__block-header .tbl__th h4,
.product__compare .tbl__block-header .tbl__th h5,
.product__compare .tbl__block-header .tbl__td h2,
.product__compare .tbl__block-header .tbl__td h3,
.product__compare .tbl__block-header .tbl__td h4,
.product__compare .tbl__block-header .tbl__td h5 {
  font-weight: bold;
  min-height: 35px;
}

@media (min-width: 1000px) {

  .product__compare .tbl__block-header .tbl__th h2,
  .product__compare .tbl__block-header .tbl__th h3,
  .product__compare .tbl__block-header .tbl__th h4,
  .product__compare .tbl__block-header .tbl__th h5,
  .product__compare .tbl__block-header .tbl__td h2,
  .product__compare .tbl__block-header .tbl__td h3,
  .product__compare .tbl__block-header .tbl__td h4,
  .product__compare .tbl__block-header .tbl__td h5 {
    padding-left: 25px;
  }
}

@media (min-width: 920px) {

  .product__compare .tbl__block-header .tbl__th h2,
  .product__compare .tbl__block-header .tbl__th h3,
  .product__compare .tbl__block-header .tbl__th h4,
  .product__compare .tbl__block-header .tbl__th h5,
  .product__compare .tbl__block-header .tbl__td h2,
  .product__compare .tbl__block-header .tbl__td h3,
  .product__compare .tbl__block-header .tbl__td h4,
  .product__compare .tbl__block-header .tbl__td h5 {
    min-height: 30px;
  }
}

.product__compare .tbl--wfn .tbl__td {
  min-width: 20%;

}

@media (min-width: 1000px) {
  .product__compare .tbl--wfn .tbl__td {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .product__compare .tbl--wfn .tbl__td {
    padding-left:17px;
    padding-top:15px;
    padding-bottom:5px;
  }


}

.product__compare .tbl--wfn .tbl__td>* {
  text-align: center;
}



.product__compare .tbl--wfn .tbl__td .image {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
.product__compare .tbl--wfn .tbl__td .image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: calc(80vw/3);
  margin: 0 auto;
}
}
@media (max-width: 768px) {
.product__compare .tbl--wfn .tbl__td .image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: calc(80vw/3);
  margin: 0 auto;
}
}

.product__compare .tbl .wshl-fcn {
  min-height: 30px;
}

@media (min-width: 1000px) {
  .product__compare .tbl .wshl-fcn {
    padding: 5px;
  }
}

.product__compare .tbl .wshl-fcn .bullet {
  display: block;
  position: relative;
}

.product__compare .tbl .wshl-fcn .bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(../img/table_compare/aw_sprite_128x128_10x10_black_128.png) 0 0 no-repeat;
  background-size: 1000% auto;
  transform-origin: 0 50%;
  transform: scale(0.9);
}

@media (min-width: 1000px) {
  ..product__compare tbl .wshl-fcn .bullet::before {
    background-position: 100% 100% !important;
    transform: scale(0.7);
  }
}

.product__compare .tbl .wshl-fcn .bullet.sup-1::after,
.product__compare .tbl .wshl-fcn .bullet.sup-2::after,
.product__compare .tbl .wshl-fcn .bullet.sup-3::after {
  font-size: 12px;
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: -10px;
}

@media (min-width: 1000px) {

  .product__compare .tbl .wshl-fcn .bullet.sup-1::after,
  .product__compare .tbl .wshl-fcn .bullet.sup-2::after,
  .product__compare .tbl .wshl-fcn .bullet.sup-3::after {
    left: 20px;
    top: -15px;
  }
}

.product__compare .tbl .wshl-fcn .bullet.sup-1::after {
  content: "1)";
}

.product__compare .tbl .wshl-fcn .bullet.sup-2::after {
  content: "2)";
}

.product__compare .tbl .wshl-fcn .bullet.sup-3::after {
  content: "3)";
}

.product__compare .icons--black .tbl .wshl-fcn .bullet::before {
  background: transparent url(../img/table_compare/aw_sprite_128x128_10x10_black_128.png) 0 0 no-repeat;
}

.product__compare .tbl .wshl-fcn .tbl__th {
  padding: 0 5px 0 5px;
}

.product__compare .tbl .wshl-fcn .tbl__th::before {
  display: none;
}

@media (min-width: 1000px) {
  .product__compare .tbl .wshl-fcn .tbl__th {
    padding: 0 5px 0 35px;
    min-height: 30px;
  }

  .product__compare .tbl .wshl-fcn .tbl__th::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: transparent url(../img/table_compare/aw_sprite_128x128_10x10_128.png) 0 0 no-repeat;
    background-size: 1000% auto;
    transform-origin: 0 50%;
    transform: scale(1);
  }
}

.product__compare .tbl .wshl-fcn-actilight .tbl__th::before,
.product__compare .tbl .wshl-fcn-actilight .bullet::before {
  background-position: 0 0;
}

.product__compare .tbl .wshl-fcn-ewater .tbl__th::before,
.product__compare .tbl .wshl-fcn-ewater .bullet::before {
  background-position: 11.111111% 0;
}

.product__compare .tbl .wshl-fcn-premist .tbl__th::before,
.product__compare .tbl .wshl-fcn-premist .bullet::before {
  background-position: 22.222222% 0;
}

.product__compare .tbl .wshl-fcn-selfcleaning-jet .tbl__th::before,
.product__compare .tbl .wshl-fcn-selfcleaning-jet .bullet::before {
  background-position: 0 22.222222%;
}

.product__compare .tbl .wshl-fcn-selfcleaning-material .tbl__th::before,
.product__compare .tbl .wshl-fcn-selfcleaning-material .bullet::before {
  background-position: 11.111111% 22.222222%;
}

.product__compare .tbl .wshl-fcn-jet-material .tbl__th::before,
.product__compare .tbl .wshl-fcn-jet-material .bullet::before {
  background-position: 11.111111% 22.222222%;
}

.product__compare .tbl .wshl-fcn-seat-material .tbl__th::before,
.product__compare .tbl .wshl-fcn-seat-material .bullet::before {
  background-position: 22.222222% 22.222222%;
}

.product__compare .tbl .wshl-fcn-clean-case .tbl__th::before,
.product__compare .tbl .wshl-fcn-clean-case .bullet::before {
  background-position: 33.333333% 22.222222%;
}

.product__compare .tbl .wshl-fcn-seamless-seat .tbl__th::before,
.product__compare .tbl .wshl-fcn-seamless-seat .bullet::before {
  background-position: 44.444444% 22.222222%;
}

.product__compare .tbl .wshl-fcn-cefiontect .tbl__th::before,
.product__compare .tbl .wshl-fcn-cefiontect .bullet::before {
  background-position: 33.333333% 0;
}

.product__compare .tbl .wshl-fcn-rimless-design .tbl__th::before,
.product__compare .tbl .wshl-fcn-rimless-design .bullet::before {
  background-position: 44.444444% 0;
}

.product__compare .tbl .wshl-fcn-tornado-flush .tbl__th::before,
.product__compare .tbl .wshl-fcn-tornado-flush .bullet::before {
  background-position: 55.555555% 0;
}

.product__compare .tbl .wshl-fcn-decalc .tbl__th::before,
.product__compare .tbl .wshl-fcn-decalc .bullet::before {
  background-position: 55.555555% 22.222222%;
}

.product__compare .tbl .wshl-fcn-spray-rear .tbl__th::before,
.product__compare .tbl .wshl-fcn-spray-rear .bullet::before {
  background-position: 0 33.333333%;
}

.product__compare .tbl .wshl-fcn-spray-soft .tbl__th::before,
.product__compare .tbl .wshl-fcn-spray-soft .bullet::before {
  background-position: 11.111111% 33.333333%;
}

.product__compare .tbl .wshl-fcn-spray-front .tbl__th::before,
.product__compare .tbl .wshl-fcn-spray-front .bullet::before {
  background-position: 22.222222% 33.333333%;
}

.product__compare .tbl .wshl-fcn-spray-oscillating .tbl__th::before,
.product__compare .tbl .wshl-fcn-spray-oscillating .bullet::before {
  background-position: 33.333333% 33.333333%;
}

.product__compare .tbl .wshl-fcn-spray-massage .tbl__th::before,
.product__compare .tbl .wshl-fcn-spray-massage .bullet::before {
  background-position: 44.444444% 33.333333%;
}

.product__compare .tbl .wshl-fcn-adjustable-pressure .tbl__th::before,
.product__compare .tbl .wshl-fcn-adjustable-pressure .bullet::before {
  background-position: 55.555555% 33.333333%;
}

.product__compare .tbl .wshl-fcn-adjustable-position .tbl__th::before,
.product__compare .tbl .wshl-fcn-adjustable-position .bullet::before {
  background-position: 66.666666% 33.333333%;
}

.product__compare .tbl .wshl-fcn-nightlight .tbl__th::before,
.product__compare .tbl .wshl-fcn-nightlight .bullet::before {
  background-position: 0 44.444444%;
}

.product__compare .tbl .wshl-fcn-sensor-lid .tbl__th::before,
.product__compare .tbl .wshl-fcn-sensor-lid .bullet::before {
  background-position: 11.111111% 44.444444%;
}

.product__compare .tbl .wshl-fcn-sensor-flush .tbl__th::before,
.product__compare .tbl .wshl-fcn-sensor-flush .bullet::before {
  background-position: 22.222222% 44.444444%;
}

.product__compare .tbl .wshl-fcn-self-closing .tbl__th::before,
.product__compare .tbl .wshl-fcn-self-closing .bullet::before {
  background-position: 33.333333% 44.444444%;
}

.product__compare .tbl .wshl-fcn-remote-control .tbl__th::before,
.product__compare .tbl .wshl-fcn-remote-control .bullet::before {
  background-position: 44.444444% 44.444444%;
}

.product__compare .tbl .wshl-fcn-dryer .tbl__th::before,
.product__compare .tbl .wshl-fcn-dryer .bullet::before {
  background-position: 66.666666% 0;
}

.product__compare .tbl .wshl-fcn-heated-seat .tbl__th::before,
.product__compare .tbl .wshl-fcn-heated-seat .bullet::before {
  background-position: 77.777777% 0;
}

.product__compare .tbl .wshl-fcn-deodoriser .tbl__th::before,
.product__compare .tbl .wshl-fcn-deodoriser .bullet::before {
  background-position: 88.888888% 0;
}

.product__compare .tbl .wshl-fcn-memory .tbl__th::before,
.product__compare .tbl .wshl-fcn-memory .bullet::before {
  background-position: 55.555555% 44.444444%;
}

.product__compare .tbl .wshl-fcn-water-heater .tbl__th::before,
.product__compare .tbl .wshl-fcn-water-heater .bullet::before {
  background-position: 66.666666% 44.444444%;
}

.product__compare .tbl .wshl-fcn-energy-saver-timer .tbl__th::before,
.product__compare .tbl .wshl-fcn-energy-saver-timer .bullet::before {
  background-position: 77.777777% 44.444444%;
}

.product__compare .tbl .wshl-fcn-energy-saver-auto .tbl__th::before,
.product__compare .tbl .wshl-fcn-energy-saver-auto .bullet::before {
  background-position: 88.888888% 44.444444%;
}

.product__compare .table {
  display: block;
  position: relative;
  width: 100%;
  outline: #d00 solid 4px;
  margin: 0 auto;
  padding: 0;
}

.product__compare .table * {
  margin: 0;
  padding: 0;
}

.product__compare .table li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 11px;
  line-height: 12px;
}

.product__compare .table li::before {
  content: "";
}

@media (min-width: 1000px) {
  .product__compare .table li {
    font-size: 15px;
    line-height: 18px;
  }
}

.product__compare .table-main-block {
  outline: #0d0 solid 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.product__compare .table-main-block>* {
  flex: 1 1 auto;
}

@media (min-width: 1000px) {
  .product__compare .table-main-block {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.product__compare .table-main-header {
  display: block;
  position: relative;
  min-height: 30px;
  padding-left: 25px;
}

@media (min-width: 1000px) {
  .product__compare .table-main-header {
    flex: 0;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
}

.product__compare .table-main-header h3 {
  display: inline-block;
  background: #DDD;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .product__compare .table-main-header h3 {
    transform: rotate(-90deg);
  }
}

.product__compare .table-main-data {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product__compare .table-main-column {
  outline: #00d solid 1px;
}

.product__compare .table-main-column h3 {
  font-size: 12px;
  text-align: center;
}

.product__compare .table-wfn {
  max-width: 800px;
}

.product__compare .table-wfn .table-main-column {
  min-width: 45px;
  flex-basis: 0;
}

@media (min-width: 1000px) {
  .product__compare .table-wfn .table-main-column {
    min-width: 100px;
  }
}

.product__compare .table-wfn .table-main-column-0 {
  flex: 1;
}

.product__compare .table-wfn li {
  outline: #d0d solid 1px;
  height: 30px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .product__compare .table-wfn li {
    height: 40px;
  }
}

.product__compare .table-wfn li.icon-wfn {
  padding: 0 5px 0 25px;
}

.product__compare .table-wfn li.icon-wfn::before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #EEE url(../img/table_compare/aw_sprite_128x128_10x10.svg) 0 0 no-repeat;
  background-size: 1000% auto;
  transform-origin: 0 50%;
  transform: scale(0.75);
}

@media (min-width: 1000px) {
  .product__compare .table-wfn li.icon-wfn {
    padding: 0 5px 0 35px;
  }

  .product__compare .table-wfn li.icon-wfn::before {
    transform: scale(1);
  }
}

.product__compare .table-wfn li.icon-wfn-actilight::before {
  background-position: 0 0;
}

.product__compare .table-wfn li.icon-wfn-ewater::before {
  background-position: 11.111111% 0;
}

.product__compare .table-wfn li.icon-wfn-premist::before {
  background-position: 22.222222% 0;
}

.product__compare .table-wfn li.icon-wfn-selfcleaning-jet ::before {
  background-position: 0 22.222222%;
}

.product__compare .table-wfn li.icon-wfn-selfcleaning-material {
  font-size: 9px;
  line-height: 12px;
}

.product__compare .table-wfn li.icon-wfn-selfcleaning-material::before {
  background-position: 11.111111% 22.222222%;
}

@media (min-width: 1000px) {
  .product__compare .table-wfn li.icon-wfn-selfcleaning-material {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1000px) {
  .tbl__th h2 {
    font-size: 10px !important;
  }

  .myWashletTemp .ce-headline-center {
    font-size: 16px !important;
  }
}

* {
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari, Edge */
  color-adjust: exact !important;
  /*Firefox*/
}

@media (max-width: 768px) {
  .mobilenone{
    color:white;
  }
  .tbl__th {
    width: 20% !important;
    max-width: 20% !important;
    min-width: 20% !important;
    /*white-space: pre-wrap;*/
    padding-top:5px;
    padding-bottom:5px;
    word-wrap: break-word;
  }

  .tbl__td h3,
  .tbl__th h2 {
    font-size: 5px !important;
    max-width: 100% !important;
  }

  .tbl__td {
    flex: 1 1 auto !important;
    min-width: 10% !important;
  }

}



@media (max-width: 1000px) {

  .tbl__td h3,
  .tbl__th h2 {
    font-size: 9px !important;
  }

  .tbl__tr {
    width: 100% !important;
  }

  .tbl__td {
    flex: 1 1 auto !important;
    min-width: 10% !important;
  }

}

@media (min-width: 1001px) {


  .tbl__tr {
    width: 100% !important;
  }

  .tbl__th {
    width: 20% !important;
    max-width: 20% !important;
    min-width: 20% !important;
  }

  .tbl__td {
    flex: 1 1 auto !important;
    min-width: 10% !important;
  }

}
