<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subgenre_list_container{
}
ul.subgenre_list{
    list-style: none;
    margin:0;
    padding: 0;
}
ul.subgenre_list li{
    margin-bottom: 5px;
}
ul.subgenre_list li a{
    color:#454545;
}
ul.subgenre_list li a:hover{
    color:blue;
}</pre></body></html>