
/*select data table*/


#input_data{
	padding-left:0;
}




/*graph table*/
#graph_table{
	height: 500px;

}




/*explanation table*/
#explanation {
	margin: 0 auto;
    width: 90%;
}

#explanation_table{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	display: block;
	box-shadow: 0 0 5px rgba(180,180,180,10);
	padding: 2% 0;
}



/*visualization*/
circle {
  fill: #64bdff;
}

.bar rect {
  fill: #00d0a1;
  fill-opacity: 0.8;
}

.bar text {
  fill: white;
}

.pdf {
  fill: white;
  fill-opacity: 1;
}

.axis line {
  stroke: white;
  stroke-width: 2px;
}

.axis text {
  fill: white;
}

#dt {
  width: 150px;
}

