.lentele_stat {border-spacing:inherit;}
.lentele_stat span { font-size: 1.5rem; color: var(--color-text); line-height: 24px; text-align: justify; -webkit-margin-before: 0; -webkit-margin-after: 0; }
.lentele_stat img  {height:auto!important;}

table {
  /*width: 100%;*/
  border-spacing: inherit;
  border: none;
  padding-bottom: 30px;
  table-layout: fixed;
}

table tr:nth-child(odd) {
  background: #ececec;
}

table tr:first-child {
  /*background-color: var(--color-bg3);*/
}

table td {
  color: var(--color-text);
  padding: 10px!important;
  text-align: left!important;
  font-weight: 400!important;
  border: none!important;
  width: 100%!important;
}

table th {
  /*font-size: 1.6rem!important;*/
  color: var(--color-text2);
  padding: 10px!important;
  text-align: left!important;
  font-weight: 400!important;
  background-color: var(--color-bg3);
  border: none!important;
}

table tr:first-child td {
  /*background-color: var(--color-bg3)!important;
  color: var(--color-text2)!important;*/
}

table tr:first-child td p {
  color: var(--color-text2);
}

table tr:first-child th p {
  color: var(--color-text2);
}

@media screen and (max-width: 800px) {  
  table thead, table th {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
  }
  
  table tr {
	display: block;
	margin-bottom: .625em;
  }
  
  table td {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: .8em;
	text-align: right !important; 
  }
  
  table td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
  }
  
  table td:last-child {
	border-bottom: 0;
  }
  
  .lentele table p{
	text-align: right !important;
	margin-bottom: 0px !important;
  }
  
  .lentele table td {
	text-align: right !important;
  }
}

.cookie_explain table td {width:auto;box-sizing: border-box;}
.cookie_explain table th {line-height: 1;}
.cookie_explain table td:first-child {border-right: 1px solid #e2e2e2;}

.cookie_explain_table {width:auto;box-sizing: border-box;padding-bottom: 0px;}