body {
    background-color: #21252b;
    color: #999999;
    font-family: "Source Sans Pro", sans-serif;
}
@keyframes blink {
    0% {
           background-color: #999999
    }
    50% {
           background-color: rgba(255,255,255,0.1);
           color: #999999;
    }
    100% {
           background-color: #999999;
    }
}
@-webkit-keyframes blink {
  0% {
         background-color: #999999
  }
  50% {
         background-color: rgba(255,255,255,0.1);
         color: #999999;
  }
  100% {
         background-color: #999999;
  }
}
.warnblink {
  color: #000 !important;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  -moz-animation:blink normal 2.0s infinite ease-in-out;
  /* Firefox */
  -webkit-animation:blink normal 2.0s infinite ease-in-out;
  /* Webkit */
  -ms-animation:blink normal 2.0s infinite ease-in-out;
  /* IE */
  animation:blink normal 2.0s infinite ease-in-out;
  /* Opera */
}

#main_infobox {
  background-color: #282c34;
  border: 1px solid #181a1f;
  *background-image: url('https://www.bilder-upload.eu/upload/0b01ed-1568077750.png');
  background-image: url('https://www.bilder-upload.eu/upload/24edd3-1568083788.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
table {
  margin: 0 auto;
}
.box_title {
  padding: 10px 15px 5px 15px;
  color: #eee;
  font-size: 17px;
}
.box {
}
.box_info {
}
p {
    padding: 0;
}
th {
  font-size: 10.5px;
  text-align: left;
  font-weight: 400;
  padding: 0px 20px 5px 20px;
  border-bottom: 1px dashed #999999;
}
th+tr:hover {
  background-color: transparent !important;
}
th.td_team_trenn {
  border-left-color: #555555 !important;
}
td {
  padding: 17px 22px 17px 22px;
  line-height: 8px;
  font-size: 13px;
  border-bottom: 1px dashed #3b4048;
}
tr:nth-last-child(1) {
  border-bottom: 5px dashed #999999;
}
.td_team {
  font-size: 12px;
  text-align: left;
  width: 20%;
  color: #aaa;
}
.td_team_trenn {
  border-left: 1px dashed #3b4048;
}
.yellow {
  color: #999999 !important;
}
.box_bt {
    background-color: #999999;
    padding: 3px 4px 3px 4px;
    border-radius: 3px;
    font-size: 9.5px;
    font-weight: bold;
    color: #333;
}
.box_btinfo {
  margin-left: 5px;
  font-size: 11px;
  color: #525c69;
}
tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
tr:nth-child(even) {
  background-color: rgba(44, 49, 60, 0.35);
}
table {
  padding-bottom: 15px;
}
.small {
  font-size: 10.5px;
  color: #fff;
  padding-bottom: 8px;
  text-align: left !important;
}
