.icpc-gap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icpc-tbl {
  width: 100%;
  line-height: 1.5;
  text-align: left;
  font-family: 'Fira Sans';
  white-space: nowrap;
}
.icpc-tbl th a {
  color: var(--wbkclr);
}
.icpc-tbl td {
  color: var(--dprclr);
  padding: 2px 7px;
}
.icpc-tbl tr:nth-child(even) {
  background-color: var(--lbkclr);
}
.icpc-tbl th:first-child, .icpc-tbl td:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
}
.icpc-tbl th:first-child {
  z-index: 3;
}
.icpc-tbl td:first-child {
  background-color: var(--wblclr);
}
.icpc-tbl th {
  background-color: var(--dblclr);
  color: var(--wbkclr);
  padding: 2px 5px;
  position: sticky;
  top: 0; 
}

#cence {
	font-family: 'Yanone Kaffeesatz';
	font-size: 20px;
	padding: 5px;
	color: var(--dbkclr);
	position: absolute;
	bottom: 25px;
	background-color: var(--wylclr);
	width: 100%;
	z-index: 4;
}