<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Overrides some rules from site.css when displaying a record standalone.
*/
#mainArticleContent {
    left:165px !important;
    top: 143px !important;
    width: 655px !important;
    padding-right: 120px !important;
}
a{
   color: #333;
    text-decoration: none;
}
.parentLink{
    float:left;
    font-style:italic;
}
.parentLink a{
    color:#006d83;
    text-decoration: underline;
}
</pre></body></html>