.at-theme {
    height: inherit;
    margin-bottom: 2em;
}

.article_last .at-theme {
    padding-right: 0;
    border-right: 0;
}

.at-theme__title {
    margin-bottom: 0.5em;
    text-align: center;
}

.at-theme .at-theme__icon {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.at-theme__stories {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 1px dashed #ccc;
    list-style: none;
}

.at-theme__story {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.at-theme__story + .at-theme__story {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dashed #ccc;
}

.at-theme__storyTitle {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.9em;
    color: #757f7e;
    text-transform: none;
}

.at-theme__story--hasLink:hover .at-theme__storyTitle {
    color: #333;
}

.at-theme .at-theme__storyIcon {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50px;
    margin-right: 0.8em;
}

.at-theme__storyLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 500px) {
    .at-theme {
        padding-right: 1.5em;
        border-right: 1px solid #ccc;
    }
}
