#marquee-holder {
	width: 100%;
}
.tokenStream {
	padding-right: 5em;
}
.tokenRow:nth-child(even) {
    background-color: #ffffff;
	text-align: center;
}
.tokenRow:nth-child(odd) {
	background-color: #f8f8f8;
	text-align: center;
}
th {
	text-align: center;
}
.tokenStreamNum {
	color: #d9534f;
}
.tokenStreamText {
	color: #286090;
}
.symbolHeader {
	background-color: #f8f8f8;
}