a:visited, a:link {
	color: blue;
}

* {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.no-print, .flyer {
    display:none;
  }

.pageBreakAfter {
	page-break-after: always;
}
  
td {
	border-radius: 5px;
	border: 1px solid #999;
}

th {
	border-radius: 5px;
	border: 1px solid #999;
}

table {
	border-radius: 4px;
	border: 0.5px solid #999;
}



div, p {
	/*margin: 5px; */
}


body {
	font-size: 0.77em;
}
/*
h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.8em;
}

.contenuto {
	font-size: 0.6em;
}
*/
div.contenitore, div.contenuto {
	padding: 10px;
/*	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px; */
}

.box_arrotondato {
	border-radius: 20px;
	border-style: solid;
	border-width: 5px;
	padding: 5px;
}


h1, h2, h3 {
	text-transform: uppercase;
/*	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px; */
}


.gare {
/*	float: left;*/
	color: black;
}

#gare_meeting {
	background-color: red;
	border-color: red;
	color: black;
}

#gare_maschili {
	background-color: blue;
	border-color: blue;
	color: black;
}

#gare_femminili {
	background-color: pink;
	border-color: pink;
}

#gare_esordienti {
	background-color: white;
	border-color: black;
}

#contenitore_gare_extra {
	background-color: black;
	border-color: black;
	color: black;
}
#gare_extra {
	background-color: white;
	border-color: white; 
}

#orario {
	clear: both;
}
