//portal.css
        .top10-section {
            max-width: 100%;
            margin: 20px auto;
            font-family: Arial, sans-serif;
        }
        .top10-section h2 {
            color: #333;
            border-bottom: 2px solid #bbd;
            padding-bottom: 8px;
            font-size: 1.1em;
        }
        .top10-table {
            width: 100%;
            border-collapse: collapse;
            background: #f9f9f9;
        }
        .top10-table th {
            background: #bbd;
            padding: 8px 10px;
            text-align: left;
            font-size: 0.85em;
        }
        .top10-table td {
            padding: 6px 10px;
            border-bottom: 1px solid #ddd;
            font-size: 0.85em;
        }
        .top10-table tr:hover {
            background: #eef;
        }
        .top10-rank {
            font-weight: bold;
            color: #555;
            width: 30px;
            text-align: center;
            font-size: 0.85em;
        }
        .top10-rank.gold {
            color: #b8860b;
        }
        .top10-rank.silver {
            color: #777;
        }
        .top10-rank.bronze {
            color: #8b4513;
        }
        .top10-bar {
            display: inline-block;
            height: 14px;
            background: #6a8db3;
            border-radius: 3px;
            min-width: 3px;
            vertical-align: middle;
            margin-right: 6px;
        }
        .top10-count {
            font-weight: bold;
            white-space: nowrap;
            font-size: 0.9em;
        }
        .top10-pct {
            color: #666;
            font-size: 0.8em;
        }
        .finder-section {
            font-family: Arial, sans-serif;
        }
        .finder-section h2 {
            color: #333;
            border-bottom: 2px solid #bbd;
            padding-bottom: 8px;
            font-size: 1.1em;
        }
