<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#accordion{
    width:100%;
    border:0px solid #eee;
    padding:1px;
}

.Tab{
    text-align:left;
    width:95%;
    border:0px solid gray;
    margin-bottom : 5px;
    cursor:pointer;
}

.Tab_child{
    color : black;
    display:none;
    overflow:hidden;
    line-height :1.2;
    text-align:left;
    width:92%;
    margin-bottom : 2px;
    padding-left : 10px;
    font-weight : normal;
    cursor : default;
}

.titlemoji{
    text-align:middle;
    font-weight:bold;
    text-indent : 10px;
    padding:1px;
}

.itemarea {
	margin: 0px 20px 10px 0px;
	width:120px;
	float:left;
}
</pre></body></html>