﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

body
{
	background-color: #FFFFFF;
	margin: 0 14px;
	overflow-x: hidden;
}

div.indicator-search-results
{
	div.dataset-content-tmpl
	{
		&.chart
		{
			div.footer.footnote-added
			{
				color: #a0a0a0;
				font: 9pt 'PT Sans', Trebuchet MS;
				text-align: center;
				a
				{
					color: #a0a0a0;
				}
				a:hover
				{
					color: #0077ca;
				}
			}

			hr
			{
				margin: 6px 9px 6px 0;
			}

			a.search-result-title.dataset-content-browse
			{
				font: bold 12pt Arial;
				word-wrap: break-word;
				color: #1a3c58;
				text-decoration: none;
			}

			.search-metadata-item.unit
			{
				font: italic 8pt Arial;
				word-wrap: break-word;
				color: #222222;
			}

			div.search-result-item.dataset-content
			{
				padding-bottom: 0;
			}
		}
	}
}
