<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.issoysahkohinnat table {
    display: table;
    width: 100%;
    background: #f2f2f2;
    text-align: left;
    border: 1px solid #bbbbbb;
    border-bottom: 0;
    font-weight: 400;
    margin-bottom: 50px;
}

.issoysahkohinnat table td,
.issoysahkohinnat table th {
    padding: 10px;
}

.issoysahkohinnat table th {
    background: #dc4d1e;
    color: #fff;
    font-weight: 700;
}

.issoysahkohinnat table tr &gt; td {
    background: #f9f9f9;
    transition: 0.25s background;
}

.issoysahkohinnat table tr:nth-of-type(2n) &gt; td {
    background: #f6f6f6;
    transition: 0.25s background;
}

.issoysahkohinnat table tr:hover &gt; td {
    background: #ededed;
}

.issoysahkohinnat table td {
    border-bottom: 1px solid red;
    border-top: 0;
    border-left: 1px solid #bbbbbb;
}

.issoysahkohinnat table td:first-of-type {
    border-left: 0;
}

.issoysahkohinnat .tilastot {
    display: flex;
}

.issoysahkohinnat .tilastot_sarake {
    display: block;
    width: calc(100% / 3);
    padding: 5px 15px;
    text-align: center;
    box-sizing: border-box;
}

.issoysahkohinnat .tilastot_sarake h2 {
    margin-top: 0;
}

.issoysahkohinnat .tilastot_sarake:nth-of-type(2) {
    border-left: 2px solid #dc4d1e;
    border-right: 2px solid #dc4d1e;
}

.issoysahkohinnat .smallButton {
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #E74015;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    /*margin: 15px;*/
    font-size: 14px;
    display: inline-block;
    transition: 0.25s background, 0.25s color;
}

.issoysahkohinnat .smallButton:hover,
.issoysahkohinnat .smallButton.aktiivinen {
    background: #E74015;
    color: #fff;
}

.issoysahkohinnat .smallButton {
    display: flex;
    text-align: center;
    place-content: center;
    justify-content: center;
    align-items: center;
}

.issoysahkohinnat .kuvaaja {
    margin-bottom: 50px;
}

.issoysahkohinnat div#nakyma_paiva,
.issoysahkohinnat div#nakyma_kuukausi,
.issoysahkohinnat div#nakyma_vuosi {
    min-height: 650px;
}

.issoysahkohinnat .tilasto_flex {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.issoysahkohinnat .tilasto_flex &gt; * {
    display: block;
    width: 50%;
    margin-bottom: 30px;
}

.issoysahkohinnat span.oranssi {
    color: #E74015;
    font-size: 1.25em;
}

.issoysahkohinnat .valitsenakyma {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1em;
    text-align: center;
    margin-bottom: 1em;
}

.issoysahkohinnat .valitsetyyli {
    display: flex;
    justify-content: flex-end;
    gap: 1em;
    align-items: center;
    text-align: center;
    width: 100%;
}

.issoysahkohinnat .valitsealv {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
    text-align: center;
    width: 200px;
    max-width: 100%;
}

.issoysahkohinnat .tuntinakyma_valitsepaiva {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0em;
    text-align: center;
    margin-bottom: 50px;
}

.issoysahkohinnat .tuntinakyma_valitsepaiva.myoshuominen {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.issoysahkohinnat canvas {
    max-width: 100%;
}

.issoysahkohinnat {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.issoysahkohinnat .taulukko,
.issoysahkohinnat .kuvaaja {
    margin-top: 50px;
}

.issoy_porssisahko_valinnat {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

.issoysahkohinnat .valitsetyyli &gt; span {
    display: block;
    min-width: 38px;
    min-height: 38px;
    transition: 0.25s opacity;
    opacity: 0.35;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.issoysahkohinnat .valitsetyyli &gt; span:hover,
.issoysahkohinnat .valitsetyyli &gt; span.aktiivinen {
    opacity: 1;
}

.issoysahkohinnat span#aktivoi_kuvaaja {
    background: url(./images/ikoni_kuvaaja.svg);
}

.issoysahkohinnat span#aktivoi_taulukko {
    background: url(./images/ikoni_taulukko.svg);
}

.issoysahkohinnat span#aktivoi_csv {
    background: url(./images/ikoni_csv.svg);
}

span#alv_toggle {
    background: url(./images/ikoni_alv.svg)
}

span#alv_toggle,
span#alv_toggle:hover {
    opacity: 0.35;
}

span#alv_toggle.aktiivinen,
span#alv_toggle.aktiivinen:hover {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .issoysahkohinnat .tuntinakyma_valitsepaiva {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    /*
    .issoysahkohinnat .valitsetyyli {
        margin-bottom: 50px;
    }
    */

    .issoysahkohinnat .valitsetyyli {
        justify-content: center;
    }

    .issoysahkohinnat .tuntinakyma_valitsepaiva &gt; span {
        display: block;
        margin-bottom: 0.1em;
    }

    .issoysahkohinnat .valitsenakyma {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 50px;
    }

    .issoysahkohinnat .tilastot {
        display: block;
    }

    .issoysahkohinnat .tilastot_sarake {
        width: 100%;
    }

    .issoysahkohinnat .tilastot_sarake:nth-of-type(2) {
        border: 0;
        border-top: 2px solid #dc4d1e;
        border-bottom: 2px solid #dc4d1e;
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}</pre></body></html>