    /* Trint Styles */

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

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

    #hypertranscript span.hiDghlight {
      background-color: cornsilk !important;
    }

/*    #hypertranscript span.hiDghlight.active { */
    #hypertranscript span.done span.hiDghlight,
    #hypertranscript span.active span.hiDghlight { 
      background-color: #f7e64f !important;
    }

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

    #hypertranscript a {
      cursor: pointer;
      color: #000;
      font-weight: bold;
    }

    #hypertranscript .active ~ span {
      color: #c0c0c0;
      font-weight: normal;
    }

    #hypertranscript p.active ~ p span {
      color: #c0c0c0;
      font-weight: normal;
    }

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

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

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

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

    a.sharelink {
      color: #dddddd;
    }

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