.estadistica {
	width: 80px;
}
.numero {
	width: 30px;
}
.apodo, .apodoCabecera {
	width: 350px;
}
.apodo {
	text-align: left;
}



@media screen and (min-width: 400px) {

	.filter-container {
	    display: flex;
	    justify-content: flex-end;
	    align-items: center; /* Alinea verticalmente el label y el input */
	}
	
	.filter-container label {
		margin-bottom: -3px;
	}

}