        .seuraava-peli-container,.sarjataulukko-container,.otteluohjelma-container {
            display: flex;
            flex-direction: column;
            padding: 24px 32px 24px 32px;
            background: #1c1c1c;
            color: #ffffff;
            justify-content: center;
            width: 100%;
	    font-family: Arial;
        }

        .otteluohjelma-otsikko,.liveseuranta-otsikko {
            width: 100%;
            text-align: center;
            font-size: 32px;
            font-weight: 700;
            font-family: Arial;
        }

        .otteluohjelma th {
            font-size: 16px;
            font-weight: 700;
	    font-family: Arial;
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
            border: 0 !important;
            border-left: 4px solid #000000 !important;
            border-right: 4px solid #000000 !important;
            border-bottom: 4px solid #000000 !important;
        }

        .otteluohjelma {
            border-top: 4px solid #000000 !important;
            border-bottom: 4px solid #000000 !important;
        }

        .otteluohjelma a {
            font-family: Arial;
            color: #fff;
        }
        
        .otteluohjelma a:hover {
            color: #E00000;
        }

        .otteluohjelma .ottelu-tulos {
            font-family: Arial;
            text-align: center;
        }

        .sarjataulukko tr:first-child td {
            background: #1C1C1C !important;
        }

        .sarjataulukko tr:nth-child(2n+3) td {
            background: #1C1C1C !important;
        }

        .sarjataulukko-joukkue {'
            font-family: Arial;
            text-align: left !important;
        }

        .sarjataulukko-solu a {
            color: #fff;
        }

        .sarjataulukko-solu a:hover {
            color: #E00000;
        }

        .seuraava-peli-ylaosa {
            display: flex;
            flex-direction: row;
        }

        .seuraava-peli-aika-paikka {
            display: flex;
            flex-direction: column;
	    font-family: Arial !important;
        }

        .seuraava-peli-logo {
            width: 25%;
            padding: 5% 0 5% 0;
        }
        
        .seuraava-peli-logo img {
            width: auto;
            height: auto;
            transition-duration: 1s;
        }
        
        .seuraava-peli-logo img:hover {
            width: auto;
            height: auto;
            transform: scale(1.1);
            transition-duration: 1s;
        }
        
        .seuraava-peli-aika-paikka {
            width: 50%;
            padding: 5% 0 5% 0;
            text-align: center;
            font-size: 28px;
            font-family: Arial;
            font-weight: 600;
        }
        
        .seuraava-peli-joukkueet {
            width: 100%;
            text-align: center;
            font-size: 32px;
            font-weight: 700;
            font-family: Arial;
        }
        
        .oddy-copyright-line {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-family: Arial;
            text-align: center;
            color: #ffffff;
            margin-top: 16px;
            font-size: 12px;
        }

@media only screen and (min-width: 1025px) {
        .otteluohjelma td {
            font-family: Arial;
            padding: 12px 6px 12px 6px;
            border-left: 4px solid #000000 !important;
            border-right: 4px solid #000000 !important;
        }
        
        .otteluohjelma tr:first-child td {
            background: #1C1C1C !important;
        }
        
        .otteluohjelma tr:nth-child(2n+3) td {
            background: #1C1C1C !important;
        }

        .sarjataulukko {
            font-family: Arial;
            border-top: 4px solid #000000 !important;
            border-bottom: 4px solid #000000 !important;
        }
        
        .sarjataulukko-sarja {
            width: 100%;
            text-align: center;
            font-family: Arial;
            font-size: 32px;
            font-weight: 700;
        }
        
        .sarjataulukko-otsikot th {
            font-family: Arial;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
            border: 0 !important;
            border-left: 4px solid #000000 !important;
            border-right: 4px solid #000000 !important;
            border-bottom: 4px solid #000000 !important;
        }
        
        .sarjataulukko td {
            font-family: Arial;
            padding: 6px 2% 6px 2%;
            border-left: 4px solid #000000 !important;
            border-right: 4px solid #000000 !important;
            text-align: center;
        }
        
        .sarjataulukko-solu img {
            font-family: Arial;
            margin-right: 12px;
        }
}

/* Smaller screens */
@media only screen and (max-width: 1024px) {
        .seuraava-peli-container,.sarjataulukko-container,.otteluohjelma-container {
            font-family: Arial;
            padding: 24px 12px 24px 12px;
            width: 100%;
            font-size: 95%;
        }
        
        .seuraava-peli-aika-paikka span {
            font-family: Arial;
            font-size: 75%;
        }
        
        .seuraava-peli-joukkueet span {
            font-family: Arial;
            font-size: 75%;
        }
        
        .otteluohjelma .ottelu-sijainti {
            font-family: Arial;
            display: none;
        }
}

/* Anything smaller than this... */
@media only screen and (max-width: 767px) {
        .seuraava-peli-container,.sarjataulukko-container,.otteluohjelma-container {
            font-family: Arial;
            padding: 24px 6px 24px 6px;
            width: 100%;
            font-size: 85%;
        }
        
        .otteluohjelma .ottelu-sijainti,.ottelu-tulos {
            display: none;
        }
        
        .sarjataulukko-otsikot th {
            padding: 8px 2px 8px 2px;
            font-family: Arial;
            text-align: center;
            font-size: 95%;
            text-transform: uppercase;
        }
        
        .sarjataulukko-solu,.sarjataulukko-ottelut-solu {
            padding: 8px 2px 8px 2px;
            font-family: Arial;
            text-align: center;
            font-size: 95%;
        }
        
        .sarjataulukko-joukkue img {
            display: none;
        }
}
