
:root{
  --red:#DC3545;
}


.crest {
   background: transparent !important;
   border:none !important;
   box-shadow:none !important;
}

.showCrest .crest {
   background: #9AA7BD !important;
   border:none !important;
   box-shadow:none !important;
}

.crest img{
    width: 40px;
    border:none !important;
}

.status-chip_neg{
  width:1.05rem; height:1.05rem; border-radius:50%;
  background: var(--red); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:.6rem; font-weight:900;
}

.pick-badge.is-notcomplete {
    background: rgba(220, 53, 69, 0.14);
    color: rgba(220, 53, 69, 1);
    border-color: rgba(220, 53, 69, 0.35);
}

.user-avatar{
  text-transform:uppercase !important;
}

.table-striped>tbody>tr.tabelle_first:nth-child(odd)>td{
	background: #b5e479 !important;
}

.table-striped>tbody>tr.tabelle_first:nth-child(even)>td{
	background: #d5e2c3 !important;
}

.table-striped>tbody>tr.tabelle_second:nth-child(odd)>td{
	background: #ffd955 !important;
}

.table-striped>tbody>tr.tabelle_second:nth-child(even)>td{
	background: #fce9a9 !important;
}

.table-striped>tbody>tr.tabelle_third:nth-child(odd)>td{
	background: #e57780 !important;
}

.table-striped>tbody>tr.tabelle_third:nth-child(even)>td{
	background: #e8abb0 !important;
}

.table-striped * {
  font-size:14px !important;

}

.hero-lede {
    font-size: 14px !important;
  }

.table-striped.spielstand * {
  font-size:18px !important;

}

.player-pic {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  margin-left: 10px;
  background: linear-gradient(160deg, var(--cyan), var(--blue));
  text-align: center;
}

.player-pic img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
}

@media only screen and (max-width: 769px) {
  .table-striped.spielstand * {
    font-size:14px !important;
  }

  .isalletipsrstable1 {
    width: 20px !important;
  }

 
}