.pagesText{
}

.pagesText a{
	color:gray;
}

.athonAdmin{
	padding-bottom: 40px;
}

table.lista td hr{
	margin: 5px 0;
}

.resetFilter{
	display: none;
	/*display: flex;*/
	flex-direction: row;
	margin-right: 20px;
	margin-top: 9px;
	width: 20px;
	height: 20px;
	color:grey;
	border-radius: 10px;
	align-content: center;
	justify-content: center;
}

.resetFilter:hover{
	color:indianred;
	cursor: pointer;
}