.__transcript_cont {
clear: both;
border-left: none;
margin: 0em;
page-break-inside: avoid;
break-inside: avoid;
padding-left: 0.5em;
padding-right: 0.5em;
}
/* Block-centre the contents */
.__transcript_cont > div:first-of-type {
display:table;
margin:auto;
}
/* Light yellow */
.__transcript_cont.__transcript_storyline {
border: 1px solid #faf9b2;
background-color: #ffffec;
}
/* Light green */
.__transcript_cont.__transcript_dialog {
border: 1px solid #d4e2db;
background-color: #ecfcf4;
}
/* Light blue */
.__transcript_cont.__transcript_in_scene {
border: 1px solid #e2e2ff;
background-color: #f8f8ff;
}