#transcript {
  width: 100%;
  margin: auto;
  font-family: Arial, sans-serif;
}

.transcript-body {
  height: 120px;
  overflow-y: scroll;
}

.transcript-line {
  position: relative;
  padding: 3px;
  cursor: pointer;
  line-height: 1.1;
}

.transcript-timestamp {
  position: absolute;
  display: inline-block;
  color: #333;
  width: 100px;
}

.transcript-text {
  display: block;
  margin-left: 60px;
}

.transcript-line:hover {
  background-color: #498d44;
}

.transcript-line.is-active {
  background-color: #FFE14D;
}
