#box_correct {
    display: none;
    position: absolute;
    background-color: #6d8f60;
    color: #fff;
    padding:10px;
    border-radius: 10px;
}

div[type="stanza"] {
    display: inline;
}

div[type="stanza"][xml\:id]::before {
    content: attr( xml\:id ) ":";
    font-weight: bold;
}

ab {
    display: inline;
    white-space: nowrap;
}

lb {
    display: block;
}

lb[break="no"] {
  display: block;
}

seg[rend="red"] {
    color: #B04D1B;
}

seg[rend="black"] {
    color: #333;
}

ab[rend="red"] {
    color: #B04D1B;    
}

ab[rend="black"] {
    color: #333;
}

foreign[rend="red"] {
    color: #B04D1B;
}

foreign[rend="black"] {
    color: #333;
}

abbr    {
    color: #1600a3;   
}

pb::before {
    content: "";    
}

pb::after {
    content: "";
}

pb:has(+ lb) {
    content: "";
}
/*
rdg[type="orig"] {
    text-decoration: line-through !important;
}

rdg[type="mod"] {
    display: none;
}

rdg seg[type="1"]   {
    display: none !important;
}

rdg seg[type= '2' ]   {
    display: none !important;
}
*/

/*Fix page break issue*/
rdg[type="orig"] {
    display:none;
}

rdg[type="mod"] {
    display: none;
}

seg[type= '0' ]   {
    text-decoration: line-through !important;
}

rdg seg[type= '1' ]   {
    text-decoration: line-through !important;
}

rdg seg[type= '2' ]   {
    display: none !important;
}

seg[type= '2' ]   {
    display: none !important;
}

#box_correct {
    display: none;
    position: absolute;
    background-color: #122e4b;
    color: #fff;
    padding:10px;
    border-radius: 10px;
}