<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   .list-tools-wrap span{
        float: left !important;
    }

    .alphaList li {
        width: 7%;
    }

    .list-tools-wrap &gt; .fa-file-text[original-title="ePoster Available"] {
        display: none;
    }

    .prestitle &gt; a &gt; .presBadges &gt; img {
        max-width: 15px;
    }
    
    li.poster28x50 &gt; .poster-image-container &gt; img{
        height: 28px;
        max-width: 50px;
    }

    li.poster50x100 &gt; .poster-image-container &gt; img{
        height: 50px;
        max-width: 100px;
    }

    li.poster100x200 &gt; .poster-image-container &gt; img{
        height: 100px;
        max-width: 200px;
    }

    li.poster800 &gt; .poster-image-container &gt; img {
        max-height: 800px;
        max-width: 100%;
        border: none;
    }

    li.poster800 &gt; .poster-image-container {
        width: 100%;
        margin: 5px 0 10px 0;
    }

    li.poster800 &gt; .prestitle {
        font-weight: bold;
        color: white !important;
    }

    li.poster800 &gt; .poster-fav-container,
    li.poster800 &gt; .prestitle {
        position: absolute;
        bottom: 0;
        height: 80px;
    }

    li.poster800 &gt; .poster-fav-container {
        right: 5%;
        width: 50px;
    }

    li.poster800 {
        border-top: none;
        padding-bottom: 80px;
    }

    li.poster800,
    li.poster800:hover {
        background-color: #272727 !important;
    }

    #column-header-container.poster800 &gt; .toptoolswrap,
    #column-header-container.poster800 &gt; .list-tools-wrap {
        display: none;
    }

    .small, 
    small {
        font-size: 80%;
    }

    #toggleFav.all &gt; .fa.fa-star,
    #toggleFav &gt; .fa.fa-star {
        color: #ABABAB !important;
    }

    #toggleFav.faved &gt; .fa.fa-star {
        color: #FAA93D !important;
    }

    .trackname.innertracks {
        display: none;
    }

    .poster-image-container {
                padding-left: 0px;
        }

    .sortheader {
        padding-left: 0;
    }

    .poster-image-container&gt;img {
        margin-right: 5px;
        border: 1px solid #aaa;
        float: right;
    }

    .list-tools-wrap.poster-fav-container {
    
        width: 30px;
    }

    .poster-track {
        font-size: 14px !important; 
        margin: 2px 2px 2px 2px !important;
    }

    @media ( max-width: 767px ) {

        

        .poster-fav-container {
        padding: 0;
        
    }

    }

    @media ( min-width: 525px ) {

        .panel &gt; .alphaList li {
            width: 7%;
        }

        .prestitle &gt; a &gt; .presBadges &gt; img {
            max-width: 25px;
        }

        .trackname.innertracks {
            display: inline-block;
        }

    }

    

    @media ( min-width: 768px ) {
        #sitewrap &gt; .container.content-wrap {
            width: 95%;
        }

        .panel &gt; .alphaList li {
            width: 32px;
        }

        .list-tools-wrap &gt; .fa-file-text[original-title="ePoster Available"] {
            display: block;
        }

        li.poster800 &gt; .list-tools-wrap &gt; .fa-file-text[original-title="ePoster Available"] {
            display: none;
        }

        .poster28x50 &gt; .poster-image-container &gt; img,
        .poster50x100 &gt; .poster-image-container &gt; img,
        .poster100x200 &gt; .poster-image-container &gt; img {
            float: right;
            max-width: 130px;
    object-fit: contain;
        }


        .poster28x50 &gt; .poster-image-container,
        .poster50x100 &gt; .poster-image-container,
        .poster100x200 &gt; .poster-image-container {
            float: right;
        }

        li.poster800 &gt; .poster-fav-container {
            right: 0%;
        }

    }

    @media (min-width: 992px) {

        #column-header-container &gt; .sortheader:first-child {
            max-width: 12.5% !important;
        }				

        .sortheaderPoNum {
            padding-right: 0;
            max-width: 6%;
    
        }
        
    }</pre></body></html>