a.score-title {
    display: block;
    font-size: 17px;
    padding: 8px;
    margin: 0;
    text-decoration: none;
    text-transform: none;
    color: #fbfbfb;
    line-height: 1em;
    text-align: center;
    background: #685959;
    letter-spacing: -1px;
    font-weight: 300;
}

.download>a:hover, .download>a:visited, .download>a:focus, .download>a:active, .download>a:link
{
    color: #ff9642;
    text-decoration: none;
    text-transform: none;
}

a.score-title:hover, a.score-title:visited, a.score-title:focus, a.score-title:active, a.score-title:link
{
    color: #fbfbfb;
}

.score-thumb-container {
    background-color: #685959;
    margin-bottom: 20px;
}

article.thumb {
    font-size: 12px;
    line-height: 1.2em;
}

article.score {
    background-color: #1b1a1a;
    color: #fff;
    border-radius: 5px;
    padding: 0;
}

.image-outer {
    background: #fff;
}

.caption {
    text-align: center;
}

.thumb a {
    color: #ff9642;
}

img.pic {
    width: 100%;
}


.caption .download {
    background-color: #090707;
    padding: 10px 3px;
    color: #969696;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.download a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: min(1.3vw, 12px);
    transform: scaleX(0.95);
    transform-origin: center;
    letter-spacing: -0.3px;
    padding: 0 5px;
    box-sizing: border-box;
}

.scoreroll {
    /*width: 600px;*/
    display: grid;
    grid-gap: 0 2%;
    grid-template-columns: repeat(7, 12%);
    margin-left: 2%;
}

@media only screen and (max-width: 480px) {
    .scoreroll {
        grid-template-columns: repeat(2, 48%);
    }

    .caption .download {
        display: none;
    }
}