<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited {
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;  
  
  background: #fff;
}


img.foto-calciatore {
	display: block;
	width: 90%;
	max-width: 134px;
	margin: 4px auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	/* float: left; */
}
div.dati-calciatore {
	margin: 10px;
	}
	
.dati-calciatore h3, .dati-calciatore h1 {
	color: #8d0c1e;
	font-family: "Oswald", Helvetica, Sans-serif;
	font-weight: lighter;
	font-size: 14px;
	}
	
h4.titolo-sezione, h2.titolo-sezione {
  background: #858585 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "Oswald",Helvetica,sans-serif;
  font-size: 12px;
  padding: 4px 6px;
  text-transform: uppercase;
  width: 100%;
  font-weight: lighter;
  box-sizing: border-box;
}

.dati-calciatore h3 {
	text-transform: uppercase;
}

.dati-calciatore p {
	font-family: "Oswald", Helvetica, Sans-serif;
	font-size: 13px;	
	
}
.dati-calciatore br {
	clear: both;
	width: 100%;
}
.dati-calciatore label {font-size: 13px; float: left; clear: none; color: #0071bc; padding-right: 4px; margin-bottom: 0;}



div#position {
	width: 100%; 
	max-width: 125px;
	height: 100%; 
	/* max-height: 161px;  */
	max-height: 340px;
	margin: 2px 0;
	/*background: url('../../gfx/pos/CAMPO.gif') 0 0 no-repeat;*/
	background-size: cover;
	position: relative;
	min-height: 200px;
}
#position img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	}



.ui-grid-b label {
	text-align: center !important; display: block !important; width: 100% !important;
	
}

.ui-grid-b p {
	text-align: center;
}

.ui-grid-a br {
	padding-bottom: 5px !important;
}


div.trofeo {
	display: block;
	float: left;
	height: 30px;
	width: 50px;
	margin-right: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


img.team-logo {
	height: 15px;
}

img.team-page-logo {
	height: 30px;
}

/* PALMARES */

.palmares ul li { 
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	color: #656565;	
	}

/* CARRIERA */

.carriera table tr.totale td {
	background: #fff !important;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}

.carriera table {
	width: 100%;
	border: 0;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	color: #656565;
}

.carriera table th {
	text-align: center;
	text-transform: uppercase;
	font-weight: 100 !important;
	vertical-align: top;
}

.carriera table tbody tr:nth-child(odd) {
	background: #efefef;
}
.carriera table tbody tr:nth-child(even) {
	background: #fff;
}

.carriera table tbody td {
  border: 1px solid #bdccd4;
}

ul.selettore-serie li a {
	font-family: "Oswald", Helvetica, Sans-serif;
	font-weight: lighter;
	font-size: .8em;
	text-transform: uppercase;
}

ul.menu-principale {
	margin-top: 10px;
}

ul.menu-principale li a,
ul.lista-giocatori li a {
	font-family: "Oswald", Helvetica, Sans-serif;
	font-weight: lighter;
	font-size: .8em;
	text-transform: uppercase;
}

h3.lista-squadre,
h3.titolo-news {
	color: #8d0c1e;
	font-family: "Oswald", Helvetica, Sans-serif;
	font-weight: lighter;
	font-size: 1em;	
}

h2.nome-squadra {
	color: #8d0c1e;
	font-family: "Oswald", Helvetica, Sans-serif;
	font-weight: lighter;
	font-size: 1.5em;	
	display: block;
	text-align: center;
}


div.the-header {min-height: 70px; background: #efefef url('../gfx/sfondo-header.png') center 0 no-repeat; background-size: fit;}
/* div.the-header h1 {padding-top: 0 !important; padding-bottom: 0 !important;} */
	
img.tcn-logo {
	width: 100%;
}

div.the-footer {
/*	background: #e9e9e9 url('../gfx/TuttoCalciatori.png') right 0 no-repeat;
	background-size: fit;*/
}



.ui-footer p {font-size: 8px; }


.campionato-data a {font-weight: normal !important; text-decoration: none !important;}
table.ui-responsive th {font-weight: bold !important; }
.campionato-data .ui-table-columntoggle-btn {display: none !important;}

.intro {
    display: block;
    margin: 0px auto;
    float: left;
}
.intro h1 {font-size: 18px}
.intro p {font-size: 12px}

span.bollino {
	
    color: white;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 11px;
}

span.bollino.certificata {background: green;}
span.bollino.non-certificata {background: #e8331b;}
span.bollino.in-certificazione {background: #ff6600;}
</pre></body></html>