.news-reader-widget .news-reader-controls {
    text-align: right;
}

.news-reader-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-reader-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    transition: background-color 120ms ease;
}

.news-reader-item:last-child {
    border-bottom: none;
}

.news-reader-title {
    margin: 0 0 6px;
    font-size: 15px;
}

.news-reader-item.news-reader-speaking {
    background-color: #fff4bf;
}

.news-reader-item.news-reader-speaking .news-reader-title,
.news-reader-item.news-reader-speaking .news-reader-title a {
    color: #6b5200;
}

.news-reader-description {
    color: #555;
    font-size: 13px;
}

.news-reader-speech-text {
    display: none;
}

.news-reader-pager {
    text-align: right;
}

.news-reader-pager .news-reader-page-current {
    background-color: #2d6cdf;
    border-color: #2d6cdf;
    color: #fff;
    font-weight: 700;
}
