/* style the cues */
.able-transcript-caption {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
}

.able-transcript-heading {
  display: none;
}

/* display the transcript area below the player */
.able-transcript-area {
  position: relative !important;
  margin: 1em 0;
  left: 0px !important;
  top: 4px !important;
  width: 100% !important;
}

/* adjust the timer bar height; it was cutting it out */
.able-status-bar {
  height: 2em !important;
}

