table.stats, table {
	width:98%;
	border-collapse:collapse;
	font-size: .7em; 
	font-family: Arial,Arial,Helvetica,sans-serif;
}

table {
	width:80%;
	font-size:.9em;
	margin:.5em 0 1em;
}

table.stats th { 
	background: #dedede; 
	font-weight: bold; 
}
table.stats td, table.stats th { 
	padding: 6px; 
	border: 1px solid #ff9999; 
	text-align: left; 
}

section article .warning2{
		display:block;
		font-family:Verdana, helvetica, sans-serif;
		color:#CB0C11;
		font-style:italic;
		font-size:.75em;
		border:0;
		margin:.5em;
		margin-bottom:1em;
		line-height:1.2em;
	}

table.stats td:nth-child(2n+1) {background:#f6f6f6;}

table thead tr th{
	font-weight:bold;
	border-bottom:1px solid;
}

table tr td {
	border:1px solid #ddd;
	text-align:center;
}

@media screen and (max-width:884px){
	/* Force table to not be like tables anymore */
	table.stats, table.stats thead, table.stats tbody, table.stats th, table.stats td, table.stats tr { 
		display: block;
		font-size:90%;font-size:.9rem;
	}

	table.stats thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.stats tr {border: 1px solid #ccc;}
	
	table.stats td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align:right;
		padding-bottom:0;
		
	}
	
	table.stats td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:bold;
		text-align:left;
	}

	table.stats td:nth-of-type(1):before  { content: "Numero"; }
	table.stats td:nth-of-type(2):before  { content: "Età"; }
	table.stats td:nth-of-type(3):before  { content: "Lunghezza prima"; }
	table.stats td:nth-of-type(4):before  { content: "Lunghezza dopo"; }
	table.stats td:nth-of-type(5):before  { content: "Circonferenza prima"; }
	table.stats td:nth-of-type(6):before  { content: "Circonferenza dopo"; }
	table.stats td:nth-of-type(7):before  { content: "Erezioni prima"; }
	table.stats td:nth-of-type(8):before  { content: "Erezioni dopo"; }
	table.stats td:nth-of-type(9):before  { content: "Eiaculazioni prima"; }
	table.stats td:nth-of-type(10):before { content: "Eiaculazioni dopo"; }
	table.stats td:nth-of-type(11):before { content: "Minuti al giorno"; }
	table.stats td:nth-of-type(12):before { content: "Giorni a settimana"; }
	table.stats td:nth-of-type(13):before { content: "Conforme?"; }
}
