
/* news */

#news {
	max-width: 620px;
	margin: auto;
}

#news-container {
	text-align: center;
}

#news-container i {
	font-size: 18px;
	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;
}

#news-container i:hover {
	color: #333;
}

#news li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 30px;
	padding: 5px;
	line-height: 16px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#news li:hover {
	background: #FFF;
}
