body
{
	padding: 10px;
	background-color: black;
	color: white;
}

svg
{
	background-color: #222222;
}

svg text
{
	
}

svg line
{
	stroke: white;
}

.axis text
{
	fill: white;
}


@font-face {
    font-family: 'RobotoCondensed';
    src: url('/addons/displaylist/RobotoCondensed-Regular.ttf')  format('truetype');
         
}

.titlebox
{
	font-family: 'RobotoCondensed';	
	z-index: 9998;
}

.tooltip
{
	display: block;
	position: absolute;
}

.tooltip.simple
{
	background-color: white;	
	border-radius: 5px;
	padding: 5px;
	border: 1px solid silver;
	max-width: 300px;
	color: black;
	pointer-events: none;
	font-family: 'RobotoCondensed';
	z-index: 9999;
}

.tooltip.simple h3
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.tooltip.simple p
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
