/* Add your custom css styles */
.info_escrita{
	color: #727374;
	display: inline-block; 
	width: 100%; 
	font-size: 15px;
	line-height: 24px; 
	margin: 2px 0px 15px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden; 
	text-overflow: ellipsis; 
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	height: 77px;
}

li.active_new a{
	color:#00b0f0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#texto-de-outras-datas{
	height:50px; 
	width:100%;
	padding:5px;
	display:none;
}