
.container {
  background: transparent;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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


/* Live player */

.live-container {
  width: 100%;
  padding-top: 56%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}

.live-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

table {
  width: 100%;
  border-spacing: 0 18px;
  border-collapse: separate;
}

thead {
  border-bottom:  1px solid grey;
}

tr {
  text-align: left;
}

td {
 padding: 0 12px;
}

td.black  {
  border-left: 4px solid #012a3d;
}

td.green {
  border-left: 4px solid #6dc34a;
}