<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.navbar.navbar-inverse &gt; div &gt; div.navbar-collapse.collapse &gt; ul &gt; li:nth-child(1){
display:none!important;
}</pre></body></html>