.best-tops-nav {
    li {
        &:last-child .year:after {content: "" !important; }
        .year {padding: 0; 
            &:after {content: "|" !important; margin: 0 0.5rem;}
        }
    }
}
.best-tops-menu {
    li {
        &:last-child a:after {content: "" !important; }
        a {padding: 0; 
            &:after {content: "|" !important; margin: 0 0.5rem;}
        }
    }
}

.best-top {
    
    h2 {font-size: 1.2rem; margin-top: 3rem;
        &:first-child {margin-top: 0;}
        + .table-wrap {margin-top: 1rem;}
    }
    .table-wrap {margin-top: 3rem;}
    
    table {margin-bottom: 0; 
        caption {font-size: 1rem; margin-bottom: 0.5rem;  color: var(--bs-dark);}
        tr:last-child td {border-bottom-width: 0 !important;}
        .pos {width: 20px; text-align: right;}
        .flag {width: 20px; text-align: center;}
        .gross {text-align: right;}
        .rat {width: 20px; text-align: right;}
    }
    
}