
            #transcription_content {
            .rnd_super{vertical-align:super;}
.rnd_sub{
                  vertical-align: sub;
                  display: inline-block;
                  transform: translateY(1ch);
               }
.rnd_underlined{text-decoration:underline;}
.rnd_right-braced{
                  border-right: thin solid black;
                  padding-right: 1em;
                  border-radius: 0.75em;
               }
.rnd_left-braced{
                  border-left: thin solid black;
                  padding-left: 1em;
                  border-radius: 0.75em;
               }
.rnd_bordered-all{border:1px solid black;}
.rnd_bordered-left{border-left:1px solid black;}
.rnd_bordered-right{border-right:1px solid black;}
.rnd_bordered-bottom{border-bottom:1px solid black;}
.rnd_bordered-bottom-dashed{border-bottom:1px dashed black;}
.rnd_bordered-top{border-top:1px solid black;}
.rnd_block{display:block;}
.rnd_bold{font-weight:bold;}
.rnd_indent-first-line{text-indent: 1rem;}
.rnd_indent-block{margin-left: 1rem;}
.rnd_table-dashed-leader{
                   .tei-cell:first-child {
                     flex: 1;
                     overflow-x: hidden;
                   }
                   .tei-cell:first-child::after {
                     content: "";
                     position: absolute;
                     bottom: 12px;
                     width: calc(100% + 1em);
                     height: 1px;
                     border-bottom: 2px dashed #999;
                     transform: translateY(-50%);
                     z-index: 0;
                   }
                   .tei-cell.empty:first-child:after{
                     content: unset;
                   }
                }
.rnd_overline{text-decoration: overline;}
.rnd_small{font-size: 0.8em;}
.rnd_large{font-size: 1.5rem;}
.rnd_strikethrough{text-decoration:line-through;}
.rnd_normal{font-style:normal; font-weight:normal;}
.rnd_left{text-align: left;}
.rnd_right{text-align: right;}
.rnd_center{text-align: center;}