<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stars-1 {
    background: url('/template/images/sprite_subcat.svg') no-repeat -74px 0px;
    background-size: 300px 900px;
}

.stars-2 {
    background: url('/template/images/sprite_subcat.svg') no-repeat -74px -10px;
    background-size: 300px 900px;
}

.stars-3 {
    background: url('/template/images/sprite_subcat.svg') no-repeat -74px -20px;
    background-size: 300px 900px;
}

.stars-4 {
    background: url('/template/images/sprite_subcat.svg') no-repeat -74px -30px;
    background-size: 300px 900px;
}

.stars-5 {
    background: url('/template/images/sprite_subcat.svg') no-repeat -74px -40px;
    background-size: 300px 900px;
}

.stars-block {
    margin-top: 3px;
    width: 50px;
    height: 10px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

.exercises-table {
    width: 100%;
}

.exercises-table-row {
    width: 100%;
}

.exercise-breadcrumb {
    color: #868686;
    text-transform: none;
    font-size: 13px;
    padding: 0;

}

.exercises-table-column {
    display: table-cell;
}


div.exercises-table-column.checkbox-exercises-table {
    padding: 0 5px 0 6px !important;
}


.exercises-table-column.checkbox-exercises-table input[type="checkbox"] {
    margin: 3px 2px 5px 0 !important;
}

@media screen and (min-width: 40em) {


    .exercises-table-row .exercises-table-column {
        vertical-align: middle;
        min-height: 20px;
        padding: 0.5rem 0;
    }

    .exercises-table-column.stars {
        padding-right: 1rem;
        width: 66px;
    }

    .exercises-table-column.is-homework {
        width: 20px;
    }

    .exercises-table-column.is-homework img {
        margin-top: -2px;
    }

    .exercises-table-column.link {
        width: 90%;
    }

}

.exercises-table-row {
    border-bottom: 1px solid #cde4ee;

}

@media screen and (max-width: 39.975em) {

    .exercises-table-column.stars {
        width: 66px;
        padding-left: 10px;
    }

    .exercises-table-column.is-homework {
        width: 10%;
        padding-top: 0;
        vertical-align: top;
        margin-right: 10px;
    }

    .exercises-table-column.link {
        display: block;
        padding: 0 10px;
    }


    .exercises-table-column.link {
        display: block;
        padding: 0 10px;
    }


    .exercises-table-column.link.add-task-link {
        display: inline-block !important;
        width: 90%;
        padding: 5px 10px 3px 5px;
    }

    .exercises-table-column.checkbox-exercises-table {
        display: inline-block !important;
        width: 20px;
        padding: 3px 0 !important;
    }

    .exercises-table-column.link a {
        margin-right: 5px;
    }


    .exercises-table-column.support-icons {
        text-align: right;
        width: 5%;
    }

    .exercises-table-row table {
        margin-right: 10px;
        margin-bottom: 5px;
    }
}

.tasklist-current .exercises-table-row:first-child {
    border-top: 1px solid #cde4ee;
}

.exercises-table a {
    color: black;
    text-decoration: none;
}

.exercises-table-column.link span {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    margin: 3px 3px 0 0px;
    text-transform: uppercase;
    padding: 0 4px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 16px;
}

.exercises-table-column.link span.new {
    background: #ff0a19;
}

.exercises-table-column.link span.x2learn {
    background: #377aab;
}

.exercises-table-column.link span.free {
    background: #50b328;
}


.exercises-table-column.link a:hover {
    color:#1e547b;
}

span.star {
    display: inline-block;
    width: 24px;
    height: 22px;

}

span.star-outline {
    background: url('/template/images/sprite_subcat.svg') no-repeat 0px -72px;
    background-size: 300px 900px;
}

span.star-bronze {
    background: url('/template/images/sprite_subcat.svg') no-repeat -24px -72px;
    background-size: 300px 900px;
}

span.star-silver {
    background: url('/template/images/sprite_subcat.svg') no-repeat -72px -72px;
    background-size: 300px 900px;
}

span.star-gold {
    background: url('/template/images/sprite_subcat.svg') no-repeat -120px -72px;
    background-size: 300px 900px;
}

span.star-gold-plus {
    background: url('/template/images/sprite_subcat.svg') no-repeat -144px -72px;
    background-size: 300px 900px;
}

@media screen and (min-width: 40em) {
    .panel-drilldown {
        min-height: 300px;
    }
}

.subcat-nav-left {
    background-color: #f5f9fb;
    height: 100%;
    border-right: 1px solid #cde4ee;
    padding-top: 30px;
}

.header-drilldown {
    background-color: #CDE4EE;
    border-bottom: 1px solid #cde4ee;
    padding: 10px 0px 6px 30px;
}

h1.header-drilldown {
    font-size: 2rem;
    font-weight: 300;
    padding: 0;

}

ul.subcat-nav {
    list-style: none;
    margin-left: 0;
}

a.subcat-nav {
    padding: 0.5rem 0.625rem 0.5rem 0;
    display: inline-block;
    width: 100%;
    color: black;
    margin-bottom: 1px;
    overflow-x: hidden;

}

@media screen and (max-width: 39.87em) {
    .exercises-table-row:first-child {
        border-top: 1px solid #c9e2ee;
    }
}


@media screen and (min-width: 40em) {
    .cats-exercises-table {
        padding: 30px 15px !important;
    }
}

/* ---------------------------------------------------------
   MEDALS
   ---------------------------------------------------------*/
.tooltip-medal-table {

}

#large-medal-placeholder {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('/template/images/placeholder-medal-bg.png') no-repeat;
    z-index: 999;
    right: 15px;
    top: 15px;
}

#small-medal-placeholder {
    width: 40px;
    height: 40px;
    background: url('/template/images/sprite_subcat.png') no-repeat -125px -677px;
    vertical-align: top;
    margin-left: auto;
    margin-right: 5px;

}

.small-medal-placeholder {
    text-align: right;
    padding: 15px 50px 5px 10px;
}

#category-header, #subcategory-header {
    width: 100%;
}

#large-medal {
    display: block;
    position: absolute;
    margin: 5px;
    width: 70px;
    height: 70px;
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -10000px -10000px;
}

#small-medal {
    display: block;
    position: absolute;
    margin: 2px;
    width: 36px;
    height: 36px;
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -10000px -10000px;
}


#small-medal-placeholder a {
    display: block;
    position: absolute;
    margin: 2px;
    width: 36px;
    height: 36px;
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -10000px -10000px;
}

span.medal {
    display: inline-block;
    width: 36px;
    height: 36px;
}

span.medal.large {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 10px 0 10px 0;
}

#large-medal-placeholder a {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
}

span.medal-bronze, #small-medal-placeholder a.medal-bronze {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat 0px -266px;
}

span.medal-silver, #small-medal-placeholder a.medal-silver {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat 0px -306px;
}

span.medal-gold, #small-medal-placeholder a.medal-gold {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat 0px -346px;
}

span.medal-gold-plus, #small-medal-placeholder a.medal-gold-plus {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -150px -346px;
}

span.medal-bronze.medal.large, #large-medal-placeholder a.medal-bronze {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -5px -390px;
}

span.medal-silver.medal.large, #large-medal-placeholder a.medal-silver {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -5px -470px;
}

span.medal-gold.medal.large, #large-medal-placeholder a.medal-gold {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -5px -550px;
}

span.medal-gold-plus.medal.large,  #large-medal-placeholder a.medal-gold-plus {
    background: url(/template/images/labels/nl_junioreinstein/sprite_medals.png) no-repeat -5px -820px;
}


.subcat-selector {
    width: 100%;
    margin: 0;
}

span.active-subcat {
    display: block;
    width: 24px;
    height: 24px;
    background: url('/template/images/sprite_subcat.svg') no-repeat -6px -120px;
    background-size: 300px 900px;
}

span.inactive-subcat {
    display: block;
    width: 24px;
    height: 24px;
    background: url('/template/images/sprite_subcat.svg') no-repeat -6px -96px;
    background-size: 300px 900px;
}

.subcat-selector-arrow {
    padding: 0.3rem 0 0.7rem 0;
    width: 24px;
}

a.subcat-selector:hover {
    box-shadow: inset 0 -1px 0 #377aab;
}

@media screen and (max-width: 39.87em) {
    a.subcat-nav {
        padding: 10px 10px 10px 10px;
        margin: 0;
        font-size: 1.25rem;
    }

    li.subcat-nav:first-child {
        border-top: 1px solid #c9e2ee;
    }

    .subcat-nav-left {
        padding-top: 0px;
        background-color: #FFF;
    }

    .subcat-selector {
        margin: 0px;
    }

    .subcat-selector-arrow {
        padding-left: 10px;
    }
}

.breadcrumb a, .breadcrumb a:hover, .exercise-breadcrumb a, .exercise-breadcrumb a:hover {
    color: #377aab;
}

span.breadcrumb a:hover {
    box-shadow: inset 0 -1px #a5c3d9;
}

.support-icons.support-section a {
    float: none;
    margin-top: 5px;
}

.exercises-table-column td {
    padding: 0 2px;
}

.exercises-table-column td.stats {
    padding: 2px 2px 0 2px;
}

.exercises-table-column td.earned-stars {
    padding: 2px 2px 0 2px;
}

.exercises-table-column td.support-icons table {
    margin: auto 0px auto auto;
}

a.progress_indicator_small {
    width: 20px;
    height: 20px;
}

.support-icons-table {
    float: right;
}
</pre></body></html>