<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#back_link{

}


.l2_title{
    line-height:2.2rem;
    font-size:1.6rem;
    font-weight: bold;
}

.centered{
    text-align:center;
}

.full_width{
    width:100%;
}

.half_width{
    width: 50%;
}

.half_width img{
    max-width: 100%;
}

.left{
    float:left;
}

.right{
    float:right;
}

.orange_button{
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eea236;
    border-radius: 4px;

    color: #fff !important;
    background-color: #f0ad4e;
}


/*
    Top bar for selecting categories
 */
.cat_selector
{
    float:left;
    width:100%;
    margin-bottom:0.625rem;
}

.cat_selector .category
{
    float:left;
    padding-left:0.625rem;
    height:2.5rem;
}

.cat_selector .hidden_category{
    display: none;
}

.cat_selector .category_show_hidden a{
    background-color: #ec5b00 !important;
    border-color: #ec5b00 !important;
    padding: 0 0.75rem;
}

.cat_selector .category a {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 2rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #eea236;
    border-radius: 4px;
    min-width: 5.9375rem;

    color: #fff;
    background-color: #f0ad4e;
}

.cat_selector .category .selected{
    background-color: #c08a1c;
    border-color: #c08a1c;
}

.bordered_table{
    border-collapse: separate;
    border-spacing: 0;
}

.bordered_table td{
    border: 1px black;
    border-style: none solid solid none;
}


.bordered_table tr:first-child td:first-child { border-top-left-radius: 10px; }
.bordered_table tr:first-child td:last-child { border-top-right-radius: 10px; }
.bordered_table tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.bordered_table tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.bordered_table tr:first-child td { border-top-style: solid; }
.bordered_table tr td:first-child { border-left-style: solid; }

.bordered_table td div{
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}

.bottom_line{
    border-bottom:2px solid black;
    margin-bottom:5px;
}

.no_border tr td{
    border: none !important;
}






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