/* 2013-10-21 v1.3 */
/*
 * Stock ticker.
 */
.stock-ticker-warpper {
	 margin-left: -1.333em;
	 margin-right: -1.333em;
}
.stock-ticker {
	font-size: 100%;
	width: 100%;
}
	.stock-ticker tr {
		border-top: solid 1px #eaab00;
	}
	.stock-ticker .shade {
		background-color: #fdf6e5;
	}
		.stock-ticker td {
			padding: .5em;
			text-align: center;
		}
		.stock-ticker .footnote td {
			text-align: left;
		}
		.stock-ticker th {
			padding: .5em;
			text-align: left;
		}
		.stock-ticker th.image {
			text-align: left;
		}

@media only screen and (max-width: 599px) {
	.rwd .stock-ticker-warpper {
		margin-left: -0.769em;
		margin-right: -0.769em;
	}
}
@media only screen and (max-width: 37.4375em) {
	.rwd .stock-ticker tr {
		border-top-color: #7a99a0;
	}
	.rwd .stock-ticker .shade {
		background-color: transparent;
	}
}