body{
	font-family: Arial, Helvetica, 'sans-serif';
	background: #222;
	color: #aaa;
}

b, h1, h2, h3{
	font-family: 'Unica One', Arial, Helvetica, 'sans-serif';
	color: #fff;
}

h1{
	font-size: 2em;
	font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

/*b{
	font-size: 18px;
    font-weight: normal;
}*/

a, a:link, a:visited{
	color: #fff;
}

a:hover{
	color: #aaa;
}

hr{
	border-bottom: 2px dashed #555;
	border-style: none none dashed;
	background-color: none;
	margin: 15px auto;
}

ul{
	list-style: none;
}

ul li{
	text-align: left;
	line-height: .5;
}

ul.case_listing li{
	margin-bottom: 20px;
}

ul li span{
	color: #aaa;
}

span.bullet{
	font-size: 3.2em;
    vertical-align: middle;
}

li::marker {
  /*content: '\25CF';*/
  font-size: 3em;
  vertical-align: bottom;
}

br.clearfloat{
	clear: both;
}

pre{
	color: #fff;
}

.hide{
	display: none;
}

.selectbirth{
	float: left;
	margin-right:5px;
}

#container {
    max-width: 800px;
    margin: 60px auto 0;
}

#case_info, #case_event{
	width:46%;
	float:left;
	margin:0 2%;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    /*max-width: 800px;*/
    width: 98%;
    max-width: 98%;
    margin: 2em auto;
}

.highcharts-figure div.stats{
	margin-bottom: 10px;
}

.highcharts-figure div.stats-col-2{
	width:49%;
	float:left;
}

.highcharts-figure div.stats-col-2:first-child{
	margin-right:2%;
}

.highcharts-figure div.stats-col-3{
	width:32%;
	float:left;
	margin-right:2%;
}

.highcharts-figure div.stats-col-3:last-child{
	margin-right:0;
}

.highcharts-data-table table {
	font-family: sans-serif;
	border-collapse: collapse;
	border: 1px solid #555;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.2em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.2em;
    color: #ddd;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #333;
}
.highcharts-data-table tr:hover {
    background: #555;
}

.highcharts-data-label-box{
	fill: #000;
	stroke: #555;
}

.highcharts-data-label path{
	stroke: #555;
}

#containerGenealogy .highcharts-data-label-box{
	fill: none;
	stroke: none;
}

#containerGenealogy .highcharts-data-label path{
	stroke: none;
}