/*! (C) The Hyperaudio Project. AGPL 3.0 @license: https://www.gnu.org/licenses/agpl-3.0.en.html */
/*! Hyperaudio Lite Editor - Version 0.0.1 */

/*!  Hyperaudio Lite Editor's source code is provided under a dual license model.

Commercial license
------------------

If you want to use Hyperaudio Lite Editor to develop commercial sites, tools, and applications, the Commercial License is the appropriate license. With this option, your source code is kept proprietary. To enquire about a Hyperaudio Lite Editor Commercial License please contact info@hyperaud.io

Open source license
-------------------

If you are creating an open source application under a license compatible with the GNU Affero GPL license v3, you may use Hyperaudio Lite Editor under the terms of the AGPL-3.0 License.
*/

.hyperaudio-transcript .strikethrough {
  text-decoration: line-through;
}

.hyperaudio-transcript .annotation, .hyperaudio-transcript .parannotation{
  opacity: 0.7;
}

.hyperaudio-transcript .highlight {
  background-color: yellow !important;
}

.hyperaudio-transcript .highlight.active {
  background-color: lightGreen !important;
}

.hyperaudio-transcript  header {
  font-size: 200%;
}

/*.hyperaudio-transcript a {
  cursor: pointer;
  color: #000;
}*/
/*
.hyperaudio-transcript .active ~ span {
  color: #999;
}

.hyperaudio-transcript p.active ~ p span {
  color: #999;
}
*/

.hyperaudio-transcript a, a.link {
  border: 0px;
}

.hyperaudio-transcript .read {
  color: #000 !important;
}

.hyperaudio-transcript .unread {
  color: #999 !important;
}

.hyperaudio-transcript .search-match {
  background-color: pink !important;
}

.hyperaudio-transcript .share-match {
  background-color: #66ffad !important;
}

.hyperaudio-transcript sub:before {
  content: '\231C';
}

.hyperaudio-transcript sub.highlight-duration:before {
  content: '\231D';
}

.hyperaudio-transcript h5 {
  font-size: 130%;
}

/*[data-m] {
  cursor: pointer;
}*/


body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  line-height: 1.5;
}

.speaker {
  font-weight: bold;
}
