body {
    background: url(../images/home/bg.png) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#calendar a {
    color: black;
    text-decoration: none;
}

#news-homepage {
    height: 489px;
}

.lista-squadre {
    width: 180px;
}

#dettaglioSquadra td {
    text-align: center;
    white-space: nowrap;
}

.blink_me {
    color: #0f5132;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#classificaGiocatoritotali tr:first-child td,
#classificaPortieritotali tr:first-child td,
#classificaFairPlaytotali tr:first-child td,
#classificaGiocatoriarchivio tr:first-child td,
#classificaPortieriarchivio tr:first-child td,
#classificaFairPlayarchivio tr:first-child td {
    background-color: yellow;
}
