/* Classi per customizzare il layout grafico*/
html {
  background-color: #292c4d;
  background-image: url("../img/bg/back2024_01.png");
	background-repeat:repeat;
	background-size:50%;
}

.headerTop {
    width: 1050px;
    height: 285px;
    margin-left: auto;
    margin-right: auto;    
    background-image: url(../../img/header/HeaderTransp2025_01.png);
    background-repeat: no-repeat;
    background-position: center;
    xborder-radius: 10px 10px 0px 0px;
    x-webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    x-moz-box-shadow:    0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    xbox-shadow:         0px 6px 10px 0px rgba(50, 50, 50, 0.75);
}
.divMenuTab {
    width: 1050px;
    height: 50px;
    position: absolute;
    top: 247px;
    right: 0;
    left: -25px;
    margin: auto;
    xbackground-color: black; /*#044a89*/
    x-webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    x-moz-box-shadow:    0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    xbox-shadow:         0px 6px 10px 0px rgba(50, 50, 50, 0.75);
}
.pdfGeneraleAll {
    color: white;
    font-size: 18px;
}
.tdDivMain {
    height: 90%;
    vertical-align: top;
    background: #eceded; /* Old browsers */
    background: -moz-linear-gradient(top,  #eceded 0%, #eceded 30%, #eceded 30%, #eceded 33%, #eceded 33%, #c5c7c9 100%, #c5c7c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceded), color-stop(30%,#eceded), color-stop(30%,#eceded), color-stop(33%,#eceded), color-stop(33%,#eceded), color-stop(100%,#c5c7c9), color-stop(100%,#c5c7c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eceded 0%,#eceded 30%,#eceded 30%,#eceded 33%,#eceded 33%,#c5c7c9 100%,#c5c7c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#c5c7c9',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 6px 10px 0px rgba(50, 50, 50, 0.75);
     width: 1042px;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
}
.divTabCont {
    width: 100%;
    height: 50px;
    xborder-radius: 8px 8px 0px 0px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
    font-family: Open Sans,sans-serif;
}
.divTabSelCont {
    width: 100%;
    height: 50px;
    xborder-radius: 8px 8px 0px 0px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 30px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e8f1ff; 
    background-color: #a3bdcc;
    xbackground: #0072e3; /* Old browsers */
    xbackground: -moz-linear-gradient(top,  #0072e3 0%, #60abf8 44%, #00b9f4 100%); /* FF3.6+ */
    xbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072e3), color-stop(44%,#60abf8), color-stop(100%,#00b9f4)); /* Chrome,Safari4+ */
    xbackground: -webkit-linear-gradient(top,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* Chrome10+,Safari5.1+ */
    xbackground: -o-linear-gradient(top,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* Opera 11.10+ */
    xbackground: -ms-linear-gradient(top,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* IE10+ */
    xbackground: linear-gradient(to bottom,  #0072e3 0%,#60abf8 44%,#00b9f4 100%); /* W3C */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072e3', endColorstr='#00b9f4',GradientType=0 ); /* IE6-9 */
}
.divTabSelMen {
    width: 100%;
    height: 35px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #666;
}

.divTabSelWomen {
    width: 100%;
    height: 35px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #d3d3d3;
    line-height: 35px;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #666;
}
.bgMen {
    background-color: #e8f1ff;
}
.bgWomen {
    background-color: #ffeafd;
}
.GaraRound {
    width: 470px;
    height: 40px;
    color: #ffffff;
    font-style: italic;
    font-family: Open Sans,sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
}
.addH {
    height: 35px;
    color: #ffffff;
    background-color: #a3bdcc;
    xbackground: #00b9f4; /* Old browsers */
    xbackground: -moz-linear-gradient(top,  #00b9f4 0%, #60abf8 44%, #0072e3 100%); /* FF3.6+ */
    xbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b9f4), color-stop(44%,#60abf8), color-stop(100%,#0072e3)); /* Chrome,Safari4+ */
    xbackground: -webkit-linear-gradient(top,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* Chrome10+,Safari5.1+ */
    xbackground: -o-linear-gradient(top,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* Opera 11.10+ */
    xbackground: -ms-linear-gradient(top,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* IE10+ */
    xbackground: linear-gradient(to bottom,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* W3C */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9f4', endColorstr='#0072e3',GradientType=0 ); /* IE6-9 */
}
.bAllDark {
    border: 1px solid #cbcbcb;
}
.headerContenutiBigPN {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    xborder: 1px solid rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    height: 35px;
}
.headerContenutiBigPNHalf {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    xborder: 1px solid rgb(211, 211, 211);
    color: #616161;
    width: 510px;
    height: 35px;
}
.hResHeader {
    height: 56px;
}
.headerContenutiPN {
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: bold;
    background-color: #a3bdcc;
    color: #4d4d4e;
    width: 1020px;    
}
.headerContenutiPN_PBP {
    font-family: Open Sans,sans-serif;
    font-size: 25px;
    font-weight: bold;
    background-color: #a3bdcc;
    color: #4d4d4e;
    xwidth: 1020px;    
}
.headerContenutiPN_Head {
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    background-color: #a3bdcc;
    color: #666;
    width: 1020px;
}

.headerContenutiPN_Head_Live {
    font-family: Open Sans,sans-serif;
    font-size: 30px;
    background-color: #a3bdcc;
    color: #666;
    width: 1020px;
}

.sLittle {
    font-size: 13px;
    letter-spacing: 1px;
}

.sLittle2 {
    font-size: 9px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.sLittle3 {
    font-size: 12px;
    letter-spacing: 1px;
    vertical-align: middle;
}

/*Dimensioni colonne Play by Play*/
.wPBPEmpty {
    width: 10px;
}
.wPBPNum {
    width: 45px;
}
.wPBPTeam {
    width: 100px;
}
.wPBPGiocatore {
    width: 180px;
}
.wPBPEV {
    width: 127px;
}
.wPBPTempo {
    width: 70px;
}
.wPBPRisultato {
    width: 100px;
}
/*End dimensioni colonne Play by Play*/

/*Dimensioni colonne Startlist*/
.wStartlistNum {
    width: 55px;
}
.wStartlistNominativo{
    width: 380px;
}
.wStartlistRuolo {
    width: 200px;
}
.wStartlistNascita {
    width: 290px;
}
/*End dimensioni colonne Startlist*/
.headerContenutiPN_Stat_FullMode {
    font-family: Open Sans,sans-serif;
    color: #616161;
    width: 1020px;
}
.tblContenutiPN_PBP_Short {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    xborder-collapse: collapse;
    margin-left: 13px;
}
.txtUpdate {
    vertical-align: middle;
    text-align: right;
    font-size: 18px; 
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    width: 700px;
}

.tblContenutiPN_CalendarNoML {
    width: 1020px;
    display: block;
    table-layout: fixed;
}

.wCalStatoGara {
    width: 20px;
}
.wCalOrario {
    width: 100px;
}
.wCalCategory {
    width: 900px;
}
.wCalTurnoGruppo {
    width: 1px;
}
.wCalSquadra1 {
    width: 500px;
}
.wCalSquadra2 {
    width: 500px;
}
.wCalTrattino {
    width: 33px;
}
.wCalRes {
    width: 33px;
}
.wCalLastTd {
    width: 380px; 
}
.wHCalendarThird {
    width: 340px;    
}
.wHCalendarByCategory {
    width: 350px;
}

.wHCalendarByDay {
    width: 628px;
}
.trContenutiToggleCalendar {
    font-size: 35px;
    color: #333;
    font-family: Open Sans,sans-serif;
    vertical-align: middle;
    height: 30px;
    background-color: #e8f1ff;
    cursor: pointer;
    height: 60px;
}

.trContenutiToggleCalendarHead {
    font-size: 35px;
    color: #333;
    font-family: Open Sans,sans-serif;
    vertical-align: middle;
    height: 30px;
    background-color: #a3bdcc;
    cursor: pointer;
    height: 60px;
}

.trContenutiCalendar {
    font-size: 35px;
    color: #333;
    font-family: Open Sans,sans-serif;
    vertical-align: middle;
    height: 30px;
    cursor: pointer;
    height: 60px;
}

.tblContenutiPN {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
    margin-left: 13px;
}

.tblContenutiPN_Calendar {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 7px;  
}
.divTabSelContClassificheCIS {
    width: 130px;
    height: 80px;
    xborder-radius: 8px 8px 8px 8px;
    xborder: 1px solid #abaaaa;
    background-color: #a3bdcc; /*#95bcce;*/
    line-height: 80px;
    font-size: 35px;
    font-family: Open Sans,sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    vertical-align: middle;
    xbackground: #00b9f4; /* Old browsers */
    xbackground: -moz-linear-gradient(top,  #00b9f4 0%, #60abf8 44%, #0072e3 100%); /* FF3.6+ */
    xbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b9f4), color-stop(44%,#60abf8), color-stop(100%,#0072e3)); /* Chrome,Safari4+ */
    xbackground: -webkit-linear-gradient(top,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* Chrome10+,Safari5.1+ */
    xbackground: -o-linear-gradient(top,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* Opera 11.10+ */
    xbackground: -ms-linear-gradient(top,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* IE10+ */
    xbackground: linear-gradient(to bottom,  #00b9f4 0%,#60abf8 44%,#0072e3 100%); /* W3C */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9f4', endColorstr='#0072e3',GradientType=0 ); /* IE6-9 */
}
.headerContenutiDamenuAlto {
    height: 40px;
    font-family: Open Sans,sans-serif;
    font-style: italic;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
}
.wClsGGroup {
    width: 1020px;
}
.wClsGMatches {
    width: 250px;
}
.wClsGGoals {
    width: 250px;
}
.wClsGPoints {
    width: 300px;
}
wClsGEmpty {
    width: 10px;
}
.headerContenutiPNLong {
    font-family: Open Sans,sans-serif;
    color: #616161;
    width: 1500px;
}

.tblContenutiPN_Stat_CompactMode {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 13px;
}
.tblContenutiPN_GK_CompactMode {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 13px;
}
.tblContenutiReferee_Head {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
    margin-left: 13px;  
}

.HPBPWeb {
    height: 25px;
}
.headerContenutiBigLivePN {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    border-color: rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.headerContenutiBigLivePN_3Match {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    border-color: rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.headerContenutiBigLivePN_3Match_NoBold {
    font-size: 35px;
    font-family: Verdana, Geneva, sans-serif;    
    border-color: rgb(211, 211, 211);
    color: #616161;
    width: 1020px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.trContenutiToggleNoHover {
    font-size: 18px;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #e8f1ff;
    vertical-align: top;
}
.tdNoData {
    vertical-align: top;
    font-family: Open Sans,sans-serif;
    font-size: 19px;
    background-color: #e8f1ff;
    color: #666;
    width: 1020px;
    border: 1px solid #d3d3d3;
}
.bgHeaderBlue {
    background-color: #044a89;
    height: 29px;
}
.bLeftMenu {
    border-left: 1px solid #286aa6;
    width: 5px;
}
.headerTeamRosters {
    background-color: #d6d9db;
}
.RisultatoPN {
    font-weight: bold;
    color: #666;
    font-size: 35px;
}
.tblContenutiPN_NoMarginLeft {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
}

.wRosterNum {
    width: 25px;
}
.wRosterEmpty {
    width: 25px;
}
.wRosterNominativo {
    width: 285px;
}
.wRosterRuolo {
    width: 150px;
}
.wRosterLR {
    width: 50px;
}
.wRosterHeight {
    width: 80px;
}
.wRosterWeight {
    width: 80px;
}
.wRosterNascita {
    width: 100px;
}
.bgMatchNotPossible {
    background-color: #7d7d7e;
}
.tblContenutiPN_Stat_FullMode {
    display: block;
    table-layout: fixed; 
    width: 1020px; 
    border-collapse: collapse;
    margin-left: 13px;  
}
.tblContenutiPN_GK_FullMode {
    display: block;
    table-layout: fixed; 
    width: 1020px;
    border-collapse: collapse;
    margin-left: 13px;
}
.divDetailMatchRankings {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 300px;
    background-color: rgb(211, 211, 211);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 10px 0px rgba(50, 50, 50, 0.75);
    z-index: 10000;
}
.headerDetailsMatch {
    width: 790px;
    margin-left: 5px;
}
.btnClose {
    background-color: #aaa;
    border: 1px solid rgb(139, 139, 139);
    position: absolute;
    top: 270px;
    left: 730px;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
}
.tblTabelloneCIS_Head {
    width: 200px;
    height: 50px;
    font-size: 28px;
    font-family: Open Sans,sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 23px;
    background-color: #a3bdcc;
    color: #4d4d4e;
    letter-spacing: 1px;
}

.tblTabelloneCIS_Match
{
    width: 200px;
    height: 20px;
    border: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

.tblTabelloneCIS_MatchHalfBorder
{
    width: 200px;
    height: 80px;
    border-top: 1px solid #787a7b;
    border-left: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 24px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: -3px;
}

.tblTabelloneCIS_MatchHalfBorder2
{
    width: 200px;
    height: 80px;
    border-top: 1px solid #787a7b;
    border-left: 1px solid #787a7b;
    border-bottom: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 24px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: -3px;
}

.tblTabelloneCIS_ResMatch
{
    width: 30px;
    height: 20px;
    border: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 30px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.tblTabelloneCIS_ResMatchHalfBorder
{
    width: 30px;
    height: 20px;
    border-right: 1px solid #787a7b;
    border-top: 1px solid #787a7b;
    border-left: 1px solid #787a7b;
    background-color: #babec1;
    font-size: 30px;
    font-family: Open Sans,sans-serif;
    color: #4d4d4e;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.tblTabelloneCIS_Orario {    
    height: 20px;
    font-size: 25px;
    font-family: Open Sans,sans-serif;
    color: black;
    text-align: center;
    line-height: 20px;
}

.tblSquadreTabellone {
    width: 170px;
    height: 20px;
    display: block;
    table-layout: fixed;
}
.tblTDSquadreTabelloneFlag {
    width: 70px;
}
.tblTDSquadreTabelloneTeam {
    width: 100px;
}
.bRightWhite {
    border-right: 1px solid white;
}
.cmbMobile {
    font-size: 28px;
}

.AppleIos {
    width: 140px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 672px;
    margin: auto;
    background-image: url(../../img/fav/IOS.png);
    background-repeat: no-repeat;
    background-position: center;
}

.Android {
    width: 140px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 873px;
    margin: auto;
    background-image: url(../../img/fav/Android.png);
    background-repeat: no-repeat;
    background-position: center;
}
.wPBPMobileCella1 {
    width: 75px;
}
.wPBPMobileCella2 {
    width: 110px;
}
.wPBPMobileCella3 {
    width: 725px;
}
.wPBPMobileCella4 {
    width: 110px;
}
.pallinoGialloWeb {
    width: 32px;
    height: 32px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid black;
    background-color: #e4ec2d;
    margin-left: auto;
    margin-right: auto;
}
.pallinoRossoWeb {
    width: 32px;
    height: 32px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid black;
    background-color: #d82b39;
    margin-left: auto;
    margin-right: auto;
}
.lhClsGironi {
    width: 100px;
}
.divBtnDaysMobile {
    width: 200px;
    height: 80px;
    background-color: #a3bdcc;
    line-height: 80px;
    font-size: 35px;
    font-family: Open Sans,sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    vertical-align: middle;
}
.newsBigHeader {
    background-color: #bfc1c3;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsBigSubHeader {
    background-color: #cfd2d5;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-style: italic;
}

.newsSmallHeader {
    background-color: #bfc1c3;
    height: 30px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsSmallSubHeader {
    background-color: #cfd2d5;
    height: 30px;
    line-height: 35px;
    font-size: 35px;
    font-style: italic;
}

.newsBigContent {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

.newsSmallContent {
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}

a.morelink {
    font-size: 30px;
    text-decoration:none;
    outline: none;
    color: blue;
}
.newsBigCollapsed {
    height: 300px;
    max-width: 775px;
    overflow: hidden;
}

.newsSmallCollapsed {
    height: 120px;
    overflow: hidden;
}

.newsBigExpanded {
    height: 100%;
    overflow: hidden;
}

.newsExpanded {
    height: 100%;
    max-width: 775px;
    overflow: hidden;
}

.moreless {
    font-size: 35px;
    line-height: 35px;
    color: blue;
    cursor: pointer;
}
.microplusLink {
    position: relative;
    top: 11px;
    left: 890px;
    height: 47px;
    width: 130px;
    cursor: pointer;
}
.RisultatoPNBig {
    font-size: 38px;
}

.RisultatoPNBigResults {
    font-size: 38px;
}
.tblHeadOrario {
    font-size: 30px;
}

.headerContenutiPN_Stat_CollapsedMode {
	font-family: Open Sans,sans-serif;
    color: #616161;
    width: 1020px;
	font-size: 30px;
}

/*End custom layout grafico*/