.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
    line-height: 24px !important;
    margin-bottom: 6px;
}

.custom-counter li a {
    font-size: 110%;
}
.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px !important;
    font-size: 130%;
    background-color: #476C97;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    display: inline-table;
    width: 24px !important;
    text-align: center !important;
}

.top10titulo {
    font-size: 90%;
}

.top10separador {
    height: 5px;
    margin-top: 5px;
    border-top: solid 1px #eee;
}

.top10contador {
    text-align: center;
    font-size: 30px;
    padding-right: 5px;
    font-weight: bold;
    color: #476C97;
}

.right-data {
    width: 50px;
    float: right;
    text-align: right;
    font-weight: bold;
}
.cotacoes {
    min-height: 80px;
    font-size: 75% !important;
    background-image: url('/images/indicador_agro_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.economia {
    min-height: 80px;
    font-size: 75% !important;
    background-image: url('/images/indicador_financeiro_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.loteria {
    min-height: 80px;
    font-size: 75% !important;
    background-image: url('/images/loteria_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}