<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  LIST  */
#glossario_list .letras ul {        
        padding:10px;        
        clear:both;
        text-align:center;
        margin-left:0px;
        margin-right:0px;        
}

#glossario_list .letras ul li {
        padding:5px;
        list-style-type: none;
        float:left;
}

#glossario_list .list {
	clear:both;
}</pre></body></html>