/* Move down content because we have a fixed navbar that is 3.5rem tall */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

tr.text-bold td {
    font-weight: bold;
    transition: all .3s ease-in-out;
}
tbody.data__trade-live tr:nth-child(even), tbody.data__trade-finalised tr:nth-child(even){
  background-color: #dbdbdb;
}
.game_status {
    text-align: center;
        display: inline-grid;
}


.Comming {
    width: 100%;
    color: #cabc1b;
    font-weight: bold;
    display: inline-grid;
}
.bg-Comming {
    background: #cabc1b;
    color:white;
    font-weight: bold;
    text-align:center;
}
.game-time--countdown{
    color: #585858;
}
.Gameend {
    color: darkred;
    font-weight: bold;
}
.bg-Gameend {
   background: darkred;
   color:white;
   font-weight: bold;
   text-align:center;
}
.game-time--countdown{
    color: #585858;
}
.Gameend {
    color: darkred;
    font-weight: bold;
}
.game_status.Live .game-time--countdown {
    display: none;
}

.Statistic{
  display: flex;
}
.Statistic .Statistic__Result{
  flex: 33%;
}

.Statistic .Statistic__Score{
  flex: 67%;
}


.Comming .game-time--entry {
    display: none;
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.content-blink {
    animation: blink 1s linear infinite;
}
.game-time--entry {
    font-weight: 100;
}
