<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************************************
* transcript.css
* Styles specific to the transcript popups
*******************************************************************************/

body {
    padding: 0.8em 1em 0.8em 1em;
    background-color: #ffffff;
}

#content h1 {
    font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    margin-top: 0px;
}

#content h2 {
    font: bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    margin-top: 0;
    margin-bottom: 1em;
}

#content p {
    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #20557F;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
}

#content p .speaker {
    font-weight: bold;
}
</pre></body></html>