a.news-topic-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}

.news-topic-list-page-entry-text {
    text-align: left;
    padding: 20px 5%;
    border-bottom: solid 1px #cec0b5;
}

.news-topic-list-page-entry-text a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-decoration: none;
    color: #59483b;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.news-topic-list-page-entry-text a:hover {
    color: #389eae;
}

div.news-topic-list-page-entry-text div.news-topic-list-title h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

div.news-topic-list-page-entry-text div.news-topic-list-title h3 .postTitle_style {
    border-bottom: solid 1px;
    padding-bottom: 2px;
}

div.news-topic-list-date {
    position: relative;
}

div.news-topic-list-date p {
    display: inline-block;
    margin: 0 0 5px 0;
}

div.news-topic-list-page-entry-read-more {
    margin-top: 20px;
}

/* ==========================================================================
   Media Queries min-width: 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {

.news-topic-list-page-entry-text {
    padding-left: 10%;
    padding-right: 10%;
}

}

/* ==========================================================================
   Media Queries min-width: 960px
   ========================================================================== */

@media only screen and (min-width: 960px) {
    div.news-topic-list-page-entry-text div.news-topic-list-title h3,
    div.news-topic-list-date {
        font-size: 16px;
    }

}