.hidden{

	display: none;
}

.showed{
	display: block;
}


.recent-list{
	background: white;
	
	/*border-top: 10px solid;*/
	border-bottom: 10px solid;
	margin-top: 0px;
}

.recent-list > div{
	/*padding: 10px;*/
	/*border-bottom: 1px solid #f0f0f0;*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .9rem;
}

.dv-img-rece{
	width: 40px;
	height: 40px;
	padding: 10px;
	float: left;
}

.dv-img-rece img{

	width: 40px;
	height: 40px;
}

.recent-list .dv-close{

	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


/*.dv-each-rece > div{
	float: left;
}*/

/*.close-answer{
	position: absolute;
	top: 0;
	left: 260px;
}*/

.publ-titu{
	color: blue;
}

.show-more{
	margin-top: 20px;
	width: 100%;
	height: 25px;
	background: #c7b106;
}


.dv-conta-click{
	/*padding: 10px;*/
	width: 100%;
	background: white;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	border: 1px solid;
}

.dv-conta-click .btn-close{
	width: 200px;
	height: 30px;
	font-size: 1.1rem;

}


.dv-rece-clicked .dv-img-rece{
	float: none;
	width: 100%;
	height: auto;

}

.dv-rece-clicked .dv-img-rece img{
	width: 100%;
	height: auto;
	
}



@media only screen and (min-width: 992px){

	.recent-list{
		width: 480px;
	}

	.dv-each-rece .dv-cont-rece{
		width: 480px;
	}

	






}	

@media only screen and (min-width: 768px) and (max-width: 991.98px){

	.recent-list{
		width: 480px;
	}

} 

@media only screen and (max-width: 575.98px){

	.recent-list{
		width: 100%;
	}


}	

