<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#searchTable .filterList label {
    min-width: 56px;
    height: 21px;
    margin: 2px 2px;
    padding: 0px 4px;
    background: #b9b9b9;
    border-radius: 3px;
    color: #000000;
    font-family: gulim;
    font-size: 12px;
    line-height: 22px;
		display:inline-block;
		text-align:center;
		box-sizing:border-box;
		cursor:pointer;
}
#searchTable .filterList input:checked + label {
    background: #b94141;
    color: #ffffff;
    font-weight: bold;
}
#searchTable .violet .filterList input:checked + label {
    background: #584b7f;
}

#lineagemDb .listTable tbody tr.item-hidden {
	visibility:hidden; display:none;
}

#lineagemDb .commonList {
	table-layout:fixed;
}

#lineagemDb .commonList .comment {
	font-weight:normal;
	color:#3d85c6;
	font-size:0.9em;
}

#lineagemDb .commonList th.weapon a {
	font-size:11px;
}
#lineagemDb .commonList th a {
	text-decoration: none;
}
#lineagemDb .commonList th a span {
	color:#818181;
}
#lineagemDb .commonList th a.selected span {
	color:#000;
}
#lineagemDb .textoption {
	color:#404e37;
}
#lineagemDb .itemdesc {
	margin-top:3px;
}
</pre></body></html>