.badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.badge.top10 {
    background-color: #ffd700;
    color: #333;
}

.badge.top20 {
    background-color: #c0c0c0;
    color: #333;
}

.badge.geral {
    background-color: #cd7f32;
    color: #fff;
}


#conferences-table a {
    color: #5c9ccc;
    text-decoration: none;
}

#conferences-table a:hover {
    text-decoration: underline;
}

#conferences-table td a i {
    font-size: 1.1em;
    margin: 0 3px;
}