.top1 {
    font-weight: bold;
    background-color: rgba(255, 215, 0, 0.5) !important; /* Gold */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top5 {
    font-weight: bold;
    background-color: rgba(50, 205, 50, 0.5) !important; /* Lime Green */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top10 {
    font-weight: bold;
    background-color: rgba(65, 105, 225, 0.5) !important; /* Royal Blue */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top25 {
    font-weight: bold;
    background-color: rgba(134, 100, 237, 0.5) !important; /* Cornflower Blue */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top50 {
    font-weight: bold;
    background-color: rgba(220, 220, 220, 0.5) !important; /* Light Gray */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top75 {
    font-weight: bold;
    background-color: rgba(169, 169, 169, 0.5) !important; /* Dark Gray */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top90 {
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.5) !important; /* Gray */
    color: rgba(255, 255, 255, 1) !important; /* White */
}

.top1-solid {
    font-weight: bold;
    background-color: rgba(255, 215, 0, 0.9) !important; /* Gold */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}

.top5-solid {
    font-weight: bold;
    background-color: rgba(50, 205, 50, 0.9) !important; /* Lime Green */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}

.top10-solid {
    font-weight: bold;
    background-color: rgba(65, 105, 225, 0.9) !important; /* Royal Blue */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}

.top25-solid {
    font-weight: bold;
    background-color: rgba(100, 149, 237, 0.9) !important; /* Cornflower Blue */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}

.top50-solid {
    font-weight: bold;
    background-color: rgba(220, 220, 220, 0.9) !important; /* Light Gray */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}

.top75-solid {
    font-weight: bold;
    background-color: rgba(169, 169, 169, 0.9) !important; /* Dark Gray */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}

.top90-solid {
    font-weight: bold;
    background-color: rgba(128, 128, 128, 0.9) !important; /* Gray */
    color: rgba(0, 0, 0, 1) !important; /* Black */
}
