.eim-pub {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.eim-pub__cover img {
    width: 100%;
    height: auto;
    border: 1px solid #d6d6d6;
}

.eim-issue {
    display: flex;
    margin-bottom: 1rem;
}


.eim-issue__cover {
    flex-basis: 6rem;
    flex-shrink: 0;
}

.eim-issue__cover img {
    width: 100%;
}

.eim-issue__info {
    flex-grow: 1;
    padding-left: 1rem;
}

.text-nowrap {
    white-space: nowrap;
}

.eim-dlds {
    display: block;
    border: none;
}

.eim-dlds tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.eim-dlds th,
.eim-dlds td {
    display: block;
    border: none;
    padding: 0 0 0.25rem 0;
}

@media (min-width: 768px) {

    .eim-pub {
        flex-direction: row-reverse;
    }
    .eim-pub__details {
        flex-grow: 1;
    }
    .eim-pub__details h1 {
        margin-top: 0;
        padding-top: 0;
    }
    .eim-pub__cover {
        flex-grow: 0;
        flex-shrink: 0;
        width: 33%;
        margin-right: 1rem;
    }

    .eim-issue__cover {
        flex-basis: 10rem;
    }

    .eim-dlds {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
        border: 1px solid #e6e6e6;
    }

    .eim-dlds tr {
        display: table-row;
    }


    .eim-dlds th {
        display: table-row;
    }

    .eim-dlds th {
        display: table-cell;
        font-weight: bold;
        text-align: left;
        border: 1px solid #e6e6e6;
        border-bottom: 1px solid #000;
        vertical-align: top;
        padding: 0.5rem;
    }

    .eim-dlds td {
        display: table-cell;
        text-align: left;
        border: 1px solid #e6e6e6;
        vertical-align: top;
        padding: 0.5rem;
    }
}

