/* Left align text for Plex Recently Added*/
#tautulli_recent>div>div.relative.flex.flex-row.w-full.service-container {
    &>div>div {
        display: block;
        text-align: right; /* Adjusted to align all elements left */
 
        &>div.flex.flex-row.text-right {
 
            &>div:nth-child(1) {
                text-align: right; /* Adjusted to align left */
                margin-left: .5rem;
            }
 
            &>div:nth-child(2) {
                text-align: right; /* Adjusted to align left */
                margin-left: auto;
            }
        }
    }
}
.scores {
    height:4300px
}