    /* Trint Styles */

    #hypertranscript .strikethrough {
      text-decoration: line-through;
    }

    #hypertranscript .annotation, #hypertranscript .parannotation{
      opacity: 0.7;
    }

    #hypertranscript span.highlight {
      background-color: yellow !important;
    }

    #hypertranscript span.highlight.active {
      background-color: lightGreen !important;
    }

    #hypertranscript  header {
      font-size: 200%;
    }

    #hypertranscript a {
      cursor: pointer;
      color: #000;
    }

    #hypertranscript .active ~ span {
      color: #666;
    }

    #hypertranscript p.active ~ p span {
      color: #666;
    }

    #hypertranscript span.search-match {
      background-color: pink !important;
    }

    #hypertranscript sub:before {
      content: '\231C';
    }

    #hypertranscript sub.highlight-duration:before {
      content: '\231D';
    }

    /* drop.js / trint-player-share.js  Twitter Styles */

    a.sharelink {
      color: #dddddd;
    }

    a.sharelink:hover {
      color: #ffffff;
    }
