.listing__transcript {

}

.listing__transcript__content {
  padding: 20px;
  font-size: 13px;
  line-height: 1.7;
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;
}

.listing__transcript__turn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 12px;
}

.listing__transcript__speaker {
  min-width: 85px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listing__transcript__speaker-time {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}

.listing__transcript__speaker-time:hover {
  font-size: 12px;
  color: #4190F7;
  cursor: pointer;
}

.listing__transcript .current {
  background: #c1ddf3;
}

.listing__transcript .search {
  background: #AAd9bB;
}

.listing__transcript .highlighted {
  font-weight: bold;
}

.listing__transcript .highlighted.green {
  color: #55a01a;
}

.listing__transcript .highlighted.red {
  color: #d9534f;
}

.listing__transcript .highlighted:hover {
  color: white;
}

.listing__transcript .highlighted:hover.green {
  background: #55a01a;
}

.listing__transcript .highlighted:hover.red {
  background: #d9534f;
}
