<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
KentÃ¤n info-popuppeja ei tÃ¤llÃ¤ hetkellÃ¤ kÃ¤ytetÃ¤.
SÃ¤ilytetÃ¤Ã¤n koodi kuitenkin :)

.bongaus-course-info-link {
    cursor: pointer;
}

.bongaus-course-info-link:hover {
    background-color: #99b1bd;
    transition: all 0.2s ease;
}
 */

.bongaus-sort-func {
    cursor: pointer;
    display: inline-block;
    line-height: 1.1;
}

.bongaus-icon-space i {
    color: #f5a623;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 900;
    height: 13px;
    vertical-align: center;
    line-height: 1.1;
}

.top-bongaus-cell img {
    width: 60%;
}

.bongaus-icon-space {
    display: inline-block;
}

/* Taulun tyylitykset alkaa */

#bongatuimmat-table, #kentta-lista-taulu {
    width: 100%;
    background-color: white;
}

#bongatuimmat-table tbody {
    font-family: 'barlow_condensedmedium';
    color: #3a3a3a;
}

.top-bongaus-row-header {
    font-family: 'barlowmedium';
    font-size: 17px;
    color: white;
    background-color: #006090;
    border-radius: 10px 10px 0 0;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.1;
}

.top-bongaus-cell {
    width: 17%;
    text-align: center;
    padding: 7px 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.top-bongaus-cell:not(:first-child) {
    justify-content: center;
}

.top-bongaus-cell:first-child {
    text-align: left;
    padding-left: 15px;
    width: 30%;
}

.top-bongaus-row {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
}



/* Taulun tyylitykset loppuu */

#bongaus-course-popup-wrapper {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    overflow-y: scroll;
    overflow-x: hidden;
}

#bongaus-course-popup-content {
    position: relative;
    background-color: #fefefe;
    width: 90%;
    max-width: 800px;
    padding: 20px;
    box-shadow: 0px 0px 20px #808080;
    font-size: 0;
    margin: 50px auto;
}

#bongaus-course-popup-content b {
    font-family: 'barlowbold';
    text-transform: uppercase;
}

#bongaus-course-popup-content h3 {
    display: inline-block;
    font-size: 36px;
    border-bottom: 2px solid #c4dd06;
    margin: 10px 0 20px;
}

.top-icon-grey {
    color: grey;
}

#bongatuimmat-taulu-content .top-bongaus-row:hover {
    background-color: #D0E3ED;
}

.top-icon-grey {
    color: #bcbcbc !important;
}

#bongaus-course-popup-content p {
    font-family: 'barlowmedium';
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 10px;
    color: black;
}

/* Mobiilityylitykset */

@media screen and(min-width: 901px) and (max-width: 1352px) {
    .top-bongaus-row-header {
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {

    .top-bongaus-cell {
        font-size: 15px;
        width: 19%;
    }
    .top-bongaus-cell:first-child {
        width: 25%;
        padding-left: 10px;
    }

    .top-bongaus-row-header .top-bongaus-cell {
        font-family: 'barlow_condensedmedium';
    }

}</pre></body></html>