@charset "utf-8";
/* CSS Document */
.market-share-column {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.large-num {
	font-size: 2em;
	color: #565656;
}
.small-text {
	font-size: .8em;
	color: #565656;
	line-height: 1em;
}
.share-table {
	width: 95%;
	height: 25px;
	background-color: #FFF;
	display: block;
}
.share-table-active {
	height: 25px;
	background-color: #7A7A7A;
	display: inline-block;
}
.local-wrapper {
	width: auto;
	margin: 10px 30px 10px 0;
	display: inline-block;
}
