li.a_item {
	pointer-events: none;
	background-color: #fff;
	border-left-color: #99a;
}
table.t_vt {
	width: 100%;
	border-spacing: 1px;
	font-size: 0.9em;
}
table.t_vt tr:first-child th:first-child {
	min-width: 4em;
}
.t_vt td {
    cursor: auto;
    user-select: text;
	word-break: break-all;
}
.t_vt span {
	scroll-margin-top: 20vh;
}
.t_vt span:target {
	background-color: #aef;
}
.r_data th, .r_data td {
	padding: 0 0.6em;
	width: 10%;
}
.r_data th {
	background-color: #eaeaef;
	min-width: 2em;
}
.r_data td {
	min-width: 4em;
}
.card_pre {
	color: cornflowerblue;
}

.d_filter {
	margin: 0.3rem 0;
}
select {
	width: 6rem;
    border: none;
    font-size: 1rem;
    border-radius: 3px;
	padding: 0.2em;
	outline: #99a;
	background-color: #eaeaef;
    color: #666;
}

#i_search {
	margin: 0.5rem 0.5rem 0.5rem 0;
	padding: 0.5em;
    font-size: 1rem;
    border: none;
    border-radius: 3px;
	outline: #99a;
	background-color: #eaeaef;
    color: #666;
}
#t_result tr:hover {
	background-color: #f0f0f4;
}