/**----------------------------------------
 Base Ticker Styles
----------------------------------------**/

.n10-news-ticker {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
	background: #000;
	color: #fff;
}

.n10-news-ticker a:not(.btn) {
	color: #fff !important;
}

.n10-news-ticker a.btn {
	background: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	margin-left: 10px;
	padding:3px 8px;
	font-size:16px;
}

.n10-news-ticker-loading {
	margin-right: 5px;
	float: right;
	display: none;
	padding: 0;
}