<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lineagemDb .listTable tbody tr.monster-hidden {
	display:none;
}
#lineagemDb .listTable tbody tr {
	cursor: pointer;
}

.npcWrap .npcList .item .name .bless {
    color: #1744c5;
}
.npcWrap .npcList .item .name .rare {
    color: #ff8a00;
}
.npcWrap .npcList .item .name .legendary {
    color: #8a00ff;
}

#lineagemDb .commonList .comment {
    font-weight: normal;
    color: #3d85c6;
    font-size: 0.9em;
}
.detailInfo .detailTable tbody tr td {
	line-height: 25px;
}
</pre></body></html>