
.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #CDE87F;
}
.news .article .teaser-text {
    margin: 0 0 10px 0;
    float: left;
    padding-bottom: 1em;
}

.news .article .news-img-wrap img {
    float: left;
    height: auto;
    width: 100%;
    padding-left: 0em;
}

.news .more {
    color: #2b2b2b;
    background-color: #eaebec;
    border-color: #eaebec;
    padding: 0.5rem 1rem;
}
.news .header {
    padding-bottom: 0.5rem;
}
.news .article h3 {
    margin-bottom: 0;
    letter-spacing: 0.015em;
}

/*** single ***/
.news-single .article .teaser-text {
    /* margin: 0 0 10px 0; */
    width: 100%;
    /* float: left; */
}
.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 4px;
    border: none;
    background: #fff;
}
.news-img-caption {
    color: #888;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.1;
  }
.news-single .article .news-img-wrap img {
    float: none;
    float: right;
    height: auto;
    width: 100%;
    margin: 0em 0 0em 0em;
}
.news-single .teaser-text {
    font-size: 1rem;
    color: #888;
}
.news-single .teaser-text {
    font-size: 1rem;
    color: #888;
    padding: 1em 0 0 0;
}
.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888;
    display: none;
}
#p93 .teaser-text {
    margin: 0 0 10px 0;
    float: inherit;
}
#p93 .news-img-wrap {
    padding-left: 0em;
}
