.news-ticker-container {
    width: 100%;
    margin: 20px 0;
    height: 40px;
    overflow: hidden;
    text-align: left;
}
.news-ticker-container ul {
    list-style: none;
    position: relative;
}
.news-ticker-container li {
    height: 60px;
    text-align: left;
}
.news-ticker-container .news_li {
    border-bottom: 0px;
    margin: 0 !important;
    list-style: none !important;
    clear: both !important;
    padding-bottom: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
	color: #fff;
	text-align: left;
}
.news-ticker-container .news_li .news-date {
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 5px;
}

.news-ticker-container h2 {
    color: #fff;
    padding-top: 10px;
}
.news-ticker-container p {
    text-align: left;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .news-ticker-container {
        width: 100%;
    }
}