/* nt-example1 */

#nt-example1 {
	
	margin: auto;
	padding-left: 0px;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	float: left;
	font-size: 20px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	/*background: #F2F2F2;*/
	overflow: hidden;
	height: 99px;
	padding: 10px 0px;
	
	list-style: none;
	/*font-size: 14px;*/
	text-align: left;
	border-bottom: 1px dotted #D1D1D1;
}

#nt-example1 li:hover {
	background: #FFF;
}