#issue-wrapper {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 20px 0 rgba(216, 216, 216, 0.50) inset;
}

#issue-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #111010 !important;
    line-height: 42px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#issue-header {
    display: flex;
    padding: 0 0 16px 0;
}



#issue-articles {
    display: flex;
    flex-direction: column;
}

#issue-image > img {
    border: 1px solid #CCC;
    box-shadow: 3px 3px 3px #CCC;
}

.article-galley-file {
    text-align: end;
}

.tocSectionTitle {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff !important;
    line-height: 20px;
    text-transform: uppercase !important;
    background-color: #404040;
    padding: 4px 8px;
}

#issue-excerpt {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #111010;
    line-height: 18px;
    padding-left: 16px;
    text-align: justify;
}

.issue-section-article-title {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #0A0A0A !important;
    line-height: 20px;
}

.issue-article-author {
    font-family: Roboto;
    font-style: italic;
    font-size: 14px;
    color: #3b3636 !important;
    line-height: 20px;
}

.issue-article-date {
    margin-bottom: 16px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #E01F1F;
}

.issue-article-row {
    padding: 0 6px;
}

.tocPages-pg {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #625D5D !important;
    padding-right: 8px;
}

.tocGalleyFile {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #0A0A0A !important;
    padding-left: 6px;
}


@media all and (max-width: 600px) {

    #issue-wrapper{
        padding: 4px;
    }

    #issue-header{
        flex-direction: column;
    }

    #issue-excerpt{
        padding-left: 0;
    }

    .article-galley-file{
        margin-bottom: 22px;
    }

    .issue-article-date{
        margin-bottom: 0px;
    }
}
