.list>tbody .d1 { 
	margin-top: 15px; 
	font-weight: bold;
}
.list>tbody .list.def .d1.m1 { 
	margin-top: 4px !important; 
}
.d2 {
}
.d3 {
	margin-left: 15px;
}
.list>tbody .d3 {
	color: #888;
	font-size: 0.9em;
}

.list>tbody .d1:hover, 
.list>tbody .d2:hover, 
.list>tbody .d3:hover {
	color: #a11;
}
