.giocatore {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}

.giocatore img {
    border-radius: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.giocatore .nome-giocatore {
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 5px 0;
}

.giocatore .dettagli-giocatore {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #960000;
}


.giocatore:hover {
    -webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.43);
	border-radius: 8px;
}

.giocatore:hover .dettagli-giocatore {
	display: block;
}

#dati-giocatore {
	margin-bottom: 20px;
}

#dati-giocatore #img img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

#giocatore-singolo-container .title-interno {
	font-size: 22px;
	vertical-align: middle;
	color: #dd4343;
	margin-top: 20px;
	margin-bottom: 10px;
}

#giocatore-singolo-container .big-warning h3 {
	font-size: 19px;
}

#giocatore-singolo-container .big-warning h3 i {
	font-size: 23px;
}