<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#st-portali-tipo-1 { display: grid; grid-template-areas: 'col4' 'col0' 'col5'; grid-gap: 30px; position: sticky; }

.st-portali-interne { background-color: rgb(255 255 255 / 93%); max-width: 900px; padding: 50px; margin: 2em auto 0; }

h1 { font-size: 1.6rem; margin-bottom: 1em; }
h2 { font-size: 1.4rem; margin-bottom: 1em; }
h3 { font-size: 1.2rem; margin-bottom: 1em; }

#colonna0 { }
#colonna0 .titolo { background-color: var(--colore1-1); color: var(--colore1-1o); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px 10px 5px 10px; margin-bottom: 20px; font-weight: 700; font-size: 1.1em; }
#colonna0 .st-box { margin-bottom: 30px; display: grid; grid-gap: 10px 20px; grid-template-columns: 300px auto; grid-template-rows: min-content auto; grid-template-areas: 'foto titolo' 'foto testo'; height: 170px; }
#colonna0 .st-box:last-child { margin-bottom: 0px; }
#colonna0 .st-foto { grid-area: foto; background-size: cover; background-position: center center; }
#colonna0 h2 { grid-area: titolo; color: var(--colore1-1); font-size: 1.3em; }
#colonna0 .st-testo { grid-area: testo; font-size: .9em; }

#colonna1 { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; }
#colonna1 .st-box { display: grid; grid-gap: 0px; grid-template-columns: 150px auto auto auto; grid-template-rows: min-content 100px auto; grid-template-areas: 'argomento argomento giorno giorno' 'foto titolo titolo titolo' ' testo testo testo testo'; background-color: rgba(125, 125, 125, .2); border-radius: 3px; }
#colonna1 .st-foto { grid-area: foto; background-size: cover; background-position: center center; }
#colonna1 h2 { grid-area: titolo; color: var(--colore1-1); font-size: 1.1em; padding: 10px; }
#colonna1 .st-testo { grid-area: testo; font-size: .85em; padding: 1em; text-align: justify; }
#colonna1 .st-argomento { grid-area: argomento; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); padding: .5em 0 .5em 1em; border-radius: 3px 0 0 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
#colonna1 time { grid-area: giorno; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); text-align: right; padding: .5em 1em .5em 0; border-radius: 0 3px 0 0; }

#colonna2 { padding-left: 15px; border-left: 1px solid rgba(125, 125, 125, .2); height: 100%; }
#colonna3 { margin-bottom: 30px; padding: 0; background-color: transparent; }

#testata-menu { background-image: url(/images/bkg-menu-interne.png); }

.st-box-multimedia h2,
.st-box-html h2,
.st-box-campionato h2 { background-color: var(--colore1-1); color: var(--colore1-1o); display: block; width: 100%; line-height: 1.8; text-align: center; font-weight: 700; text-transform: uppercase; font-size: .8em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 10px; letter-spacing: 1.5px; }

.st-box-multimedia { margin-bottom: 20px; }
.st-box-multimedia .st-box-contenuto { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden; width: 100%; }
.st-box-multimedia .st-box-contenuto a { position: relative; display: block; width: 100%; height: auto; overflow: visible; background-size: cover; }
.st-box-multimedia .st-box-contenuto a:before { content: ''; padding-bottom: 70%; position: relative; display: block; width: 100%; }
.st-box-multimedia .st-box-contenuto .st-descrizione { display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; background-color: rgba(0,0,0,0.4); color: white; text-align: left; margin: 0px; font-size: .7em; text-transform: uppercase; padding: 4px 6px 4px 6px; }

.st-box-campionato { width: 100%; margin-bottom: 20px; }
.st-classifica-box { width: 100%; -webkit-border-radius: 0px 0px 3px 3px; -moz-border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px; overflow: hidden; border-spacing: 0; border-collapse: collapse; }
.st-classifica-box caption { width: 100%; font-weight: 600; font-size: .8em; padding: 2px 4px 2px 4px; text-align: center; border-bottom: 1px solid rgba(0,0,0,0.1); -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; background-color: var(--colore1-1); color: var(--colore1-1o); }
.st-classifica-box a:hover { text-decoration: underline; }
.st-classifica-box tbody td,
.st-classifica-box thead th { font-size: .75em; padding: 2px 4px 2px 4px; border-right: 1px solid rgba(0,0,0,0.1); text-align: center; }
.st-classifica-box thead th { background-color: var(--colore1-1); color: var(--colore1-1o); }
.st-classifica-box tbody tr { background-color: rgba(0,0,0,0.1); }
.st-classifica-box tbody tr:nth-child(odd) { background-color: rgba(0,0,0,0.2); }
.st-classifica-box tbody tr.st-evidenzia-riga { font-weight: 700; background-color: var(--colore1-3); color: var(--colore1-3o); }
.st-classifica-box thead th:last-child { border-right: none; }
.st-classifica-box tbody td:first-child { text-align: left; }

#st-pagina:before,
#st-notizie-interne:before,
#st-notizia-interna:before { content: ''; display: block; width: 100px; height: 3px; background-color: var(--colore1-1); margin: 1rem auto; }

/*
.bolghera #st-notizia-interna .st-socialnetwork { text-align: left; margin: 30px 0; vertical-align: baseline; height: auto; width: auto; line-height: 30px; font-size: 1rem; background-color: transparent; color: inherit; box-shadow: none; border-radius: 0; position: relative; padding-top: 1em; }
.bolghera #st-notizia-interna .st-socialnetwork:before { content: 'condividi su:'; font-size: .8em; font-weight: 400; }
.bolghera #st-notizia-interna .st-socialnetwork:after { content: ''; display: block; width: 3rem; height: .3rem; background-color: var(--colore1-1); margin: 0 0 1em 0; position: absolute; top: 0; }
.bolghera #st-notizia-interna .st-socialnetwork &gt; * { text-decoration: none; display: inline-block; margin: 0 .5rem; line-height: 20px; width: auto; height: 20px; text-align: center; border-radius: 10px; font-size: .8em; font-weight: 700; text-transform: lowercase; }
#st-campionati { text-align: center; }
.bolghera #st-squadra-logo { float: none; margin: 0 auto 1em; max-height: 5em; }
.bolghera #st-partite-logosquadra { max-height: 5em; max-width: 7em; float: none; margin: 0 auto 1em; }
#st-linguaggi { display: none; }
.bolghera #st-notizia-interna h1 { text-transform: none; }
*/

#st-notizie-interne .st-argomento { background-color: var(--colore1-2) !important; }

#alpecimbra #st-notizia-interna h1 { margin: 20px 0; }
#alpecimbra #st-notizia-interna time { margin: 20px 30px; }
#alpecimbra #st-notizia-interna .st-socialnetwork { width: 350px; background-color: var(--colore1-2); color: var(--colore1-2o); box-shadow: inherit; }

@media (max-width:1200px) {
  .st-portali-interne { }

	#colonna0 { }
	#colonna0 .titolo { display: none; }
	#colonna0 .st-box { margin-bottom: 30px; display: grid; grid-gap: 10px; grid-template-columns: 1fr; grid-template-rows: 40vw min-content auto; grid-template-areas: 'foto' 'titolo' 'testo'; height: auto; }
	#colonna0 .st-box:last-child { margin-bottom: 30px; }
	#colonna0 .st-foto {  }
	#colonna0 h2 { font-size: 1.1em; }
	#colonna0 .st-testo {  }
	
	#colonna1 { margin-bottom: 30px; }

	#colonna2 { padding-left: 0; border-left: 1px none rgba(125, 125, 125, .2); height: auto; max-width: 600px; margin-right: auto; margin-left: auto; width: 100%; }
}

@media (max-width:768px) {
	.st-portali-interne { padding: 2vh 2vw; margin: 2em auto 0; }
	#colonna1 { display: block; margin-bottom: 30px; }
	#colonna1 .st-box { display: grid; grid-gap: 0px; grid-template-columns: 150px auto auto auto; grid-template-rows: min-content 100px auto; grid-template-areas: 'argomento argomento giorno giorno' 'foto titolo titolo titolo' ' testo testo testo testo'; background-color: rgba(125, 125, 125, .2); border-radius: 3px; margin-bottom: 20px; }
	#colonna1 .st-foto { grid-area: foto; background-size: cover; background-position: center center; }
	#colonna1 h2 { grid-area: titolo; color: var(--colore1-1); font-size: 1.1em; padding: 10px; }
	#colonna1 .st-testo { grid-area: testo; font-size: .85em; padding: 1em; text-align: justify; }
	#colonna1 .st-argomento { grid-area: argomento; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); padding: .5em 0 .5em 1em; border-radius: 3px 0 0 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
	#colonna1 time { grid-area: giorno; font-size: .8em; background-color: var(--colore1-1); color: var(--colore1-1o); text-align: right; padding: .5em 1em .5em 0; border-radius: 0 3px 0 0; }
}</pre></body></html>