<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Viewport bug workaround for IE10 */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/* End */

body {
	overflow-x: hidden !important;
}

#div-gpt-ad-1455641604401-0 &gt; div,
#div-gpt-ad-1455641604401-1 &gt; div,
#div-gpt-ad-1455641604401-2 &gt; div,
#div-gpt-ad-1455641604401-3 &gt; div,
#div-gpt-ad-1455641604401-4 &gt; div {
	z-index: 100 !important;
}
/* Styles for sliding side bar */
.show-hide-sidebar {
	background: #FFFFFF;
	display: block;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 999;
	padding: 5px 0 0 5px;
	left: 0px;
	/*right: 0px;*/
}

/*.show-hide-sidebar-pos {
	right: 255px;
}*/

.toggled .show-hide-sidebar {
	left: auto !important;
	/*margin-left: -20px;*/
	padding-left: 10px;
}
/* End sliding side bar */

/*.navbar {
	margin-bottom: 0px;
}*/
.fixed-nav-fix {
	padding-top: 95px;
}

.sidebar {
	top: -20px;
	padding-top: 20px;
	overflow-y: auto;
}

.navbar-logo-margin {
	margin-top: -10px;
}

.sidebar-nav .dropdown {
	display:block !important;
}

.dropdown-li, .dropdown-link, .dropdown-caret {
	display: inline-block !important;
}

.dropdown-link {
	padding-right: 4px !important;	
}

.dropdown-caret {
	padding-left: 4px !important;
	cursor: pointer;
}

.footer {
	margin-top: 30px;
	min-height: 55px;
	padding-top: 15px;
}

.footer a {
	text-decoration: none;
}

.footer .disclaimer a:focus,
.footer .disclaimer a:hover {
	text-decoration: underline;
}

.footer .custom-footer {
	margin-top: 15px;
}

.table-responsive &gt; .fixed-column {
    display: inline-block;
    position: absolute;
    width: auto;
}

/* If you use table-striped class then use the below styling.*/
/*.table-responsive &gt; .fixed-column tr th, 
.table-responsive &gt; .fixed-column tr:nth-child(even) td {
	background-color: #FFFFFF;
}

.table-responsive &gt; .fixed-column tr:nth-child(odd) td {
	background-color: #f9f9f9;
}*/

.title-block {
	padding: 5px;
}

.change_down {
	color: #FF0000;
}

.change_up {
	color: #219501;
}

.change_none {
	color: #6663AE;
}

.fixed-column tr.section-row th {
	border: none;
}

.grid-title {
	padding: 5px;
}

.news_headlines {
	list-style: none;
	padding-left: 0;
}
.news_headlines li {
	padding: 3px;
}
.news_headlines .news_thumbnail_float {
	float: left;
	margin-right: 8px;
}
.news_headlines .clearfix {
	clear: both;
}

.news_headlines .thumbnail {
	border: none;
}
.news_headlines li a {
	display: inline-block;
	font-size: 13px;
}
.byline {
	font-size: 85%;
	font-weight: normal;
	color: #999;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.glyphicon,
.glyphicon:hover,
.glyphicon:active {
	text-decoration: none;
}

.glyphicon-remove,
.glyphicon-remove:hover,
.glyphicon-remove:active {
	color: #ff0000;
}

.carousel-container {
	position: relative;
	top: -14px;
	/*left: -19.5vw;*/
	width: 100vw;
	margin-left: -15px;
}

.carousel-container .carousel-image {
	width: 100vw;
	height: auto !important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.announcement {
	border: 1px solid #333;
	padding: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.valign-middle {
	vertical-align: middle !important;
}

.padding-top-7 {
	padding-top: 7px;
}

.margin-left-10 {
	margin-left: 10px;
}

/*.strong {
	font-weight: bold;
}*/

.chartindicator {
	padding: 5px 5px 0.3px 5px;
	border: 1px solid #333;
	margin-bottom: 5px;
}
.chartindicator_desc {
	display: none;
}

#tooltip .tooltip {
	width: auto;
	white-space: nowrap;
	word-wrap: none;
	opacity: 1 !important;
}

.heatmap {
	border-collapse: separate;
	border-spacing: 2px;
}

.heatmap tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
}

.heatmap tr td:hover,
.heatmap tr td:focus {
	cursor: pointer;
	border: 1px solid #000000;
}

.heatmap tr td a {
	color: #FFFFFF;
	font-weight: normal;
}

.heatmap tr td a:hover,
.heatmap tr td a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.heatmap-legend tr td {
	border-top: none !important;
	vertical-align: middle !important;
}

.heatmap-legend table {
	margin-bottom: 0px;
}

.symbolpicker_results {
	top: 35px !important;
}

.symbolpicker_results ul li {
	height: 23px;
	border-bottom: 1px solid #333333;
}

.symbolpicker_results .symbol {
	height: 20px;
	width: 10%;
}

.symbolpicker_results .name {
	height: 20px;
	width: 65%;
}

.symbolpicker_results .type {
	height: 20px;
	width: 20%;
}

/*#spreadChartForm .help-block {
	display: inline-block;
}*/

.no-left-padding {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.form-group.required .control-label:after {
	content: "*";
	color: red;
}

.border {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px;
}

.map-links {
	margin-right: 5em;
}

.navbar .navbar-nav .dropdown {
	display: block !important;
}

.terms-and-agreements-links ul.list-inline li {
	padding: 3px 15px;
}

.terms-and-agreements-links ul.list-inline li:not(:last-child) {
	border-right: 1px solid #666;
}

/* Accessibility fixes */

a {
	color: #002Ea9;
	text-decoration: underline;
}

.footer p a, p a {
	text-decoration: underline;
}

.byline {
	color: #000;
}

.underline {
	text-decoration: underline;
}

.change_down {
	color: #AA0000;
}

.change_up {
	color: #008800;
}

/* Small Devices (mobile phone, up to 767px) */
@media (max-width: 767px) {
	.table-responsive &gt; .fixed-column tr th,
	.table-responsive &gt; .fixed-column tr td {
		border-right: 1px solid #ddd;
	}

	.table-responsive &gt; .fixed-column tr:last-child td:first-child {
		border-bottom: 1px solid #ddd;
	}
	.fixed-column tr.section-row th {
		border: none;
	}
	.carousel-container {
		top: 0;
		/*left: -2vw;*/
	}

	.form-horizontal .padding-top-7 {
		padding-top: 0;
	}

	#spreadChartForm .padding-top-7 {
		padding-top: 7px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/*.carousel-container {
		left: -7.2vw;
	}*/
}

@media (min-width: 992) and (max-width: 1199px) {
	.carousel-container {

	}
}
.fc-content {
    color: white !important;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}</pre></body></html>