body {
	margin: 0;
	padding: 0;
}

td {
	font: normal 12px Arial;
	color: #000;
	border-color: #ccc;

	text-align: center;
}

td span {
	font: normal 12px Arial;

	color: #000;

	margin-left: 5px;
}

td.pl-3 span {
	margin-left: 0;
}

tr.bordered td {
	border-bottom: 1px solid #ebebeb;
}

.text-left {
	text-align: left;
}

a {
	font-size: 12px;
	text-decoration: none;
	transition: color .25s;
}

a:link {
	color: #14509c;
}

a:visited {
	color: #14509c;
}

a:active {
	color: #e86809;
}

a:focus, a:hover {
	color: #e86809;
}

.pl-3 {
	padding-left: 3px;
}

span.raise {
	vertical-align: super;
	font-size: 10px;
}

.stable {
	color: #5d5e61;
}

.up {
	color: #4ca520;
}

.down {
	color: #993333;
}