

/*select data table*/

.regression{
	display: block;
	text-align: center;
	color:#5B5B5B;
	font-size: 12px;
	background-color: #EAEAEA;
	text-align: center;
	margin-bottom: 3%;
	height: auto;
}



#datasets{
	padding-left:0;
}


/*option table*/
#option_table{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	display: block;
}

#new_sample{
	background-color: #FFFFFF;
	margin-top: 2%;
	width:60%;
	padding: 1%;
	text-align: center;
	
}

#new_sample img{
	display: inline-block;
	padding: 1%;
}
#new_sample p{
	display: inline-block;
	padding: 1%;
}

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


/*graph table*/
#graph{
	width: 65%;
	height: 50px;
}


#graph_table{
	
	height: 400px;

}


#graph_chart{
	width: 25%;
	height: 80%;
	margin-top: 2.5%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #A0A0A0;
	float: right;
	
}
#graph,#graph_chart{
	display: inline-block;
}




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

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

.explanation{
	margin: 0 10px;
    width: 55%;
}

.explanation h3{
	margin: 0;
}


/*visualization*/
#population {
	width: 100%;
	height: 300px;
	margin: auto;
	border-collapse: collapse;
}
#population thead th {
	width: 50%;
	height: 30px;
	background-color: #F1F1F1;
	border: 1px solid #5B5B5B;
}
#population tbody {
	table-layout:fixed;
}
::-webkit-scrollbar { 
    display: none; 
}
#population tbody td {
	width: 50%;
	height: 30px;
	border: 1px solid #5B5B5B;
	text-align: center;
}
#population tr:nth-child(even) {
	background: #EAEAEA;
}
#population tr:nth-child(odd) {
	background: #D9D9D9;
}
.axis path,
.axis line {
	fill: none;
	stroke: white;
	stroke-width: 2;
	shape-rendering: crispEdges;
}

.axis text {
	font-family: "Helvetica Neue";
	font-size: 11px;
	fill: white;
}
.move { 
	cursor: move; 
}

#statistics {
	margin: 25px 5px;
	display: inline-block;
	border-collapse: collapse;
}

#statistics tbody td {
	width: 15%;
	height: 30px;
	border: 1px solid black;
	text-align: center;
}

#explanation_box {
	width: 45%;
	margin: 25px 5px;
	display: inline-block;
	border-collapse: collapse;
}

#regression {
	width: 35%;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: top;
}
#regression h2 {
	margin: 0;
}
#regression_wrapper {
	width: 90%;
	height: 90%;
	margin: 0 auto;
}
.button2 {
 	width: 40%;
	padding: 2%;
	text-align: center;
	margin: 0 auto;
}
.button2:hover{
	background-color: #00D0A1;
	width: 40%;
	padding: 2%;
}
