<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button.btn.pull-right[onclick="downloadManager.download(urls.DownloadAgenda)"] {
    color: #ade5f5!important;
}
div.body-content &gt; div.main-form &gt; div.row &gt; div.col-sm-8 &gt; h3 {
    display: none!important;
}

/*
hide agenda info site.css code (previous css file)
*/
table &gt; tbody &gt; tr:nth-child(1) * {
height: 0px;
padding: 0px;
}
table &gt; tbody &gt; tr:nth-child(1) {
visibility: hidden;
height: 0px;
}

body &gt; div &gt; div &gt; div.marginBottom &gt; div &gt; div &gt; div &gt; div &gt; div:nth-child(2) {
    display: none;
}</pre></body></html>