<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.min-vh-50
{
    min-height: 50vh !important;
}
.pointer {
    cursor: pointer;
}

.dataTables_wrapper .toolbar {
    float: left;
}

.dataTables_filter {
    float: right;
    clear: right;
}

div.dataTables_wrapper.form-inline {
    display: inline-block!important;
}

.dataTables_filter input {
    font-size: .875rem;
    line-height: 1.5;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1.25rem;
    border-radius: .2rem;
    margin-left: 10px;
}

#balances_table {
    margin-top: 50px!important;
}

.select2-selection--single:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.text-muted2 {
    color:#eeeeee!important;
}

.dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #008aff;
}

#earntable td {
    font-size: 1em;
    white-space: normal;
}

#earn-top-links {
    text-align: right;
}

.earn-amount {
    -webkit-border-top-left-radius: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    -moz-border-radius-topleft: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}

.earn_table_rules td:first-child {
    padding-left: 0;
}

#earn_curr_stakes td,
#earn_curr_stakes th {
    padding: .3rem;
}

#earn_curr_stakes td:first-child,
#earn_curr_stakes th:first-child {
    padding-left: 0;
}

#earn_curr_stakes td:last-child,
#earn_curr_stakes th:last-child {
    padding-right: 0;
}


@media (max-width: 576px)
{
    #earntable td {
        font-size: .8125em;
        white-space: normal;
    }
    .card-body-earn {
        padding: 0.3em;
    }
    #earn-top-links {
        text-align: center;
        font-size: 0.9em;
    }

    .earn-fc {
        font-size: .875rem;
        line-height: 1.5;
        height: calc(1.5em + 1rem + 2px);
        padding: 0.5rem 1.25rem;
        border-radius: 0.2rem;
    }

    .earn-slice {
        padding-top: 0!important;
    }
}

.screen-darken{
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
    z-index:10; opacity:1;
    visibility:visible;
    position: fixed;
}

.navbar{
    position: relative;
    z-index: 15;
}

#approx {
    font-size: .8em;
    padding: 5px 0px 0px 5px;
}

/* PRICE PAGE */
#pp_price_move {
    font-size: 0.8em;
}
#pp_time_span {
    font-size: 0.6em;
}
#pp_price_main {

}
#pp_h1 {
    font-size: 2.0rem!important;
}
.pp_trending_icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}
#pp_trending_table td:first-child,
#pp_trending_table th:first-child{
    padding-left: 0px;
}

#pp_stake_plura {
    cursor: pointer;
}</pre></body></html>