*{
	margin: 0;
	padding: 0;
	transition: all 0.4s;
}

body{
	background: #485;
}

p{
	font-size: 16px;
	text-align: justify;
}

ul.plist{
	list-style-type: square;
}

.container{
	background: white;
	height: 100vh;
}

.top-bar{
	position: absolute;
	display: block;
	top: 0;
	background: #222;
	height: 36px;
	width: 100%;
}

ul.btn-list li{
	list-style: none;
	display: inline-block;
	background: #444;
	color: white;
	min-width: 120px;
	padding: 4px;
	height: 100%;
	font-size: 120%;
	text-align: center;
	padding-top: 8px;
}

ul.btn-list li:hover{
	background: #666;
	cursor: pointer;
}

.content{
	overflow: auto;
	height: calc(100vh - 36px);
	margin-top: 36px;
	padding: 16px;
	padding-bottom: 64px;
}

.figure{
	max-width: 90%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 8px;
}

.figure img{
	max-width: 100%;
	max-height: 500px;
	display: block;
	margin: 0 auto;
}

img.fullimg{
	width: 100%;
	margin-bottom: 16px;
}

.axis {
	  font: 12px sans-serif;
	}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  /*shape-rendering: crispEdges;*/
}


.tooltip{
	position: absolute;
	background: #fff;
	width: 200px;
	min-height: 80px;
	display: block;
	z-index: 100;
	padding: 6px;
	word-wrap: break-word;
	font-size: 14px;
	top: -20px;
	left: -20px;
	pointer-events: none;
}
