#transcript {
  height:600px;
  padding: 5px;
  border: thin outset;
  overflow-y: scroll;
  position: relative;
}

.playing::before {
	content:"▶︎";
}

.playing
{
font-weight: bold;
}

.name_transcript
{
	font-weight: bold;
}

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}