/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.digital-editions-list {
    text-align: center;
}

.digital-editions-list img {
    width: 80% !important;
    margin: auto;
}

.digital-editions-list h3 {
    font-family: 'Merriweather light', serif !important;
    font-weight: 300 !important;
    margin: 15px !important;
}

.digital-editions-list a {
    color: black !important;
    border-bottom: 3px solid #F9C623 !important;
    margin-bottom:10px;
}

.margin-20 {
    margin: 20px 0;
}

