.listtbl {
  list-style: none;
  padding-left: 0;
}

#TblCyberXperts.listtbl {
  list-style: none;
  padding-left: 0;
}

.listtblja {
  background-repeat: no-repeat;
  background-image: url('../../assets/img/check_ja.png');
  background-position: 0 0.2em;
  padding-left: 20px;
  margin-bottom: 10px;
}

#TblCyberXperts tr td ul li.listtblja {
  background-repeat: no-repeat;
  background-image: none;
  background-position: 0 0.2em;
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: center;
}

tr td ul li .listtblnein {
  background-repeat: no-repeat;
  background-image: url('../../assets/img/check_nein.png');
  background-position: 0 0.2em;
  padding-left: 20px;
  margin-bottom: 10px;
}

#TblCyberXperts tr td ul li.listtblnein {
  background-repeat: no-repeat;
  background-image: none;
  background-position: 0em;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
}

#TblCyberXperts tr td ul li.listtblnein:before {
  content: url("../../assets/img/check_nein.png");
  display: block;
}

#TblCyberXperts tr td ul li.listtblja:before {
  content: url("../../assets/img/check_ja.png");
  display: block;
}

