<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.toast-bottom-right {
    bottom: 5rem;
}

.panel-group {
    padding: 0 1rem 0 1rem;
    border-bottom: 1px solid #DBD8D8;
    background-color: #FBFBFB;
}

.panel {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow:none;
    border-color:#ededed;
}
.panel-title a {
    display:block;
    color: #2a3846;
    padding: 1rem 0 1rem 0;
}
.panel-default &gt; .panel-heading {
    background-color: #f9f9f9;
    padding:20px;
    border-bottom:1px solid #ddd;
}
.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-group .panel {
    border-radius: 3px;
}
.panel-body {
    padding:30px;
    line-height:1.6 !important;
}
.panel-title .indicator{
    font-size: 1.4rem;
}
.panel-title a .indicator{
    color:#333;
}
.panel-title a:hover .indicator{
    color:#000;
}
.panel-heading div {
    display:inline-block;
    max-width: 85%;
}
.panel-heading .nav-brief {
    font-size: 0.85rem;
    line-height: 1rem;
    font-style: italic;
    color: #666;
    margin-bottom: 0;
}
.panel-heading i {
    color: #666;
    margin-top: .3rem;
}
.panel h4 {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #2a3846;
    margin-bottom: 0;
}

.margin_top_n100 {
    margin-top: -100px !important;
}

.site_menu {
    padding-bottom: 6rem;
}

.index-mobile-fixed {
    display: block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    min-height: 40px;
    z-index: 1;
    text-align: center;
}

.index-mobile-fixed {
    display: flex
}
.index-mobile-fixed .active {
    background: #f36e01;
}
.index-mobile-fixed .inactive {
    background: #CCC;
}
.index-mobile-fixed .inactive .badge {
    color: #CCC;
}
.index-mobile-fixed p {
    margin:0;
}
.index-mobile-fixed a {
    display: flex;
    width: 100%;
    font-weight: normal;
    border: none;
    font-family: inherit;
    color: #fff;
    text-align: left;
    cursor: pointer;
    padding: 6px 20px 6px 20px;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.index-mobile-fixed a .icon-badge {
    display: inline-block;
    margin: 2px 1rem 0 0;
}
.index-mobile-fixed a img {
    margin: 12px 0 0 0;
}

.index-mobile-fixed a.active {
    background-color: #f36e01;
    color: #FFF;
}

.index-mobile-fixed .btn-xs {
    background: #FFF;
    color: #f36e01;
}

.index-mobile-fixed .badge {
    border-radius: 50%;
    color: #f36e01;
}

.mobile-fixed {
    display: block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 5px 10px;
    z-index: 1;
    text-align: center;
}
.mobile-fixed a {
    width: 100%;
    background-color: #f36e01;
    color: #FFF !important;
    display: block;
    border-radius: 50rem;
    padding: .5rem 0;
}

.tab_links a {
    font-size: 1.1rem;
}
</pre></body></html>