
/*select data table*/



#input_data{
	padding-left:0;
}

#graph_svg {
	display:inline-block;
	padding-right: 5%;
	padding-left: 5%;
}

#graph_prob {
	display:inline-block;
	height: auto;
	position: relative;
	top:50%;
	transform: translateY(-62%);
	color: white;

}


/*explaination table*/

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

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

/*--------------------------*/


/*graph table*/
#graph_table{
	height: auto;

}


#graph,#graph_chart{
	display: inline-block;
}





/*visualization*/
.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;
}

