<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.combodate-inline 
{
    display: inline-block;
}
.error {
    color: red;
}

/* restoring ul + ol style to theme in all areas except nav and sidebar */
	#nav ol, #nav ul, #sidebar ol, #sidebar ul {
		list-style: none;
        margin-right:0em;
	}
    ul { 
       list-style-type: disc; 
       list-style-position: inside; 
    }
    ol { 
       list-style-type: decimal; 
       list-style-position: inside; 
    }
    ul ul, ol ul { 
       list-style-type: circle; 
       list-style-position: inside; 
       margin-left: 2em; 
       margin-bottom:0em;
    }
    ol ol, ul ol { 
       list-style-type: lower-latin; 
       list-style-position: inside; 
       margin-left: 2em; 
              margin-bottom:0em;
    }</pre></body></html>