﻿.news-ticker-container{ padding: 10px; /*width: 420px;*/ overflow-y: auto; overflow-x: auto; max-height:546px; margin: 0; border: 1px solid silver;  border-radius: 10px;}
.news-ticker-list{ list-style: none; padding-left: 0px; }
	.news-ticker-list li {   }
.news-ticker-item-wrapper{ padding: 0px; margin-bottom: 0px; border-bottom: 1px solid #e9e9e9; min-height: 60px; overflow: hidden; background: #ffffff;  width: 100%;}
.news-ticker-item-title{font-weight: bold; font-size: medium;}
.news-ticker-item-content{}
.news-ticker-publication-date{ text-align: right; color: gray; font-size: x-small;}
.news-ticker-link{}

@media only screen and (max-width : 960px){

.news-ticker-container{ max-width: 100%; border-radius: 6px;}
.news-ticker-item-wrapper{ padding: 10px; margin-bottom: 10px; max-width: 100%; height:auto;}
.news-ticker-item-title{font-weight: bold; font-size: large;}
.news-ticker-publication-date{ text-align: right; color: gray; font-size: small;}
.news-ticker-list{ max-width:96%; }
	.news-ticker-list li { max-width:98%;}
	.news-ticker-item-content{max-width:98%;}
.news-ticker-link{max-width:98%;}
}