body { color: #4c3f39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}

table{

}

caption{
	caption-side: top;
	font-size: 150%;
	font-weight: 600;
}

thead {
	background: #e5e5e5;
	border-color: black;
	border-bottom-style: dotted;
}

td{
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-width: 1px;
	color: #666;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}

.as-thead{
	font-weight: bold;
	background: #e5e5e5;
	border-color: black;
	border-bottom-style: dotted;
	color: #4c3f39;	
}

.not-essential{
	background: #eaffcc;
}

#question-divs {
	float: left;
	display: inline;
	margin: 10px;
	width: 300px;
}

#questions {
	float: left;
	display: block;
	margin: 10px;
	width: 300px;
}

.question-description {
	display: block;
	background: #fff;
	border-bottom-style: dotted;
	border-width: 1px;
}

.question-description-disabled {
	color: #666;
	background: #e5e5e5;
	border-bottom-style: dotted;
	border-width: 1px;
}

.question-description-active {
	color: black;
	background: #fbcce8;
	border-bottom-style:dotted;
	border-width: 1px;
}

.selected-category{
	display: inline;
	padding: 1em;
	background: #fbcce8;
}

.unselected-category{
	display: inline;
	padding: 1em;
	background: #d9aab6;
}

#tooltip-text {
	margin-left: 400px;
	width: 400px;
	font-size: 120%;
	height: 3em;
}

#buttons {
	width: 30em;
	margin-left: 500px;
	margin-top: 50px;
}

#show-all {
	margin: 1em;
	background: #ec008c;
	color: white;
	display: inline;
	padding: 0.5em;
}

#show-none {
	margin: 1em;
	background: #ec008c;
	color: white;
	display: inline;
	padding: 0.5em;
}


svg {
	width: 480px;
	height: 600px
}


svg text {
	background-color: #4c3f39;
}

.path {
	stroke: #4c3f39;
	stroke-width: 1px;
	fill: #fff;
}
circle {
	stroke: #4c3f39;
	stroke-width: 1px;
}

.history-line {
	stroke: #827974;
	stroke-width: 0.5px;
}


line {
	stroke: #4c3f39;
	stroke-width: 1px;
}


.line-active {
	stroke: #ec008c;
	stroke-width: 2px;
}

svg.column-heading{
	width: 20px;
	height: 100px;
}

.sparkline {
	width: 100px;
	height: 10px;
	float: right;
}


.over-fifty-percent{
	fill: rgb(166, 0, 42);
	opacity: 0.15;
}

.under-fifty-percent{
	fill: rgb(0, 104, 55);
	opacity: 0.15;
}

.standard, .items-seen-as-necessities-in-1990, .item, .all-person-northern-ireland
{
	text-align: left;
}

.browserwarning{
	margin-top:20px;
	font-size:large;
}
