.def {position:relative;  zoom: 1; padding:0 0 17px 20px; margin-bottom:15px; border-bottom: 3px solid #eee;}

.def .licontent { color:#333}	
.def a:visited{color:#0F5DA9;}
.def h3 {font-size:24px;}
.def.hidden {background:#0F6;}

	.def ul { list-style-type:square; margin:5px 20px; color:#aaa}		

	.def > ul > li {margin-bottom: 30px;}
		
		.def ul ul {list-style: none;
		    border-left: 3px solid #ddd;
		    padding-left: 10px;
		    margin: 0 0 0 1px;
		    
			}
			.def ul ul:first-of-type {margin-top:5px;}

			.def ul ul {opacity:0.75; transition: opacity 0.3s, border-color 0.3s}
			.def > ul > li:hover ul {border-color:#999; opacity:1;}

			
	.def .vote {float:left; margin:4px -5px 0 0; padding:0;}
		.def .vote div {float:left;}
			.def .vote .up, .def .vote .down { margin:-1px;}

.def .by {color:#999; text-align: right;}

@media (max-width:767px) {
	.def {padding-left: 10px}
}