

.motion1{

	height: 100%;
	width: 50%;
}

#chart {
    height:45%;
    width:35%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:  #d9d9d9;
    shape-rendering: auto;
    border-style: solid;
    border-color: #262626;
    border-width: 2px;
    border-radius:5px;
    margin-left: 27%;

 }

#chart_container {
    height:40%;
    width:40%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: lightgrey;
    shape-rendering: auto;
    border-style: solid;
    border-color: #d3d3d3;
 }
#test{

	position:relative;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    margin-top: 30px;

}

#test2{

	background-color: lightgrey;
	height: 55%;
	width: 35%;
	margin-left: 40%;


}

#myBox{


    height:70%;
    width:80%;
    background-color: white;
    margin-left: 100px;
    margin-top:50px;
    overflow: scroll;
    padding: 10px;

}



#heading
{
    background-color: #008fb3;
    height:10%;
    width: 100%;
    font-size: 15px;
    color: white;
    border-style:double;
    border-color: #005266;
    border-width: 2px;
    border-radius: 5px;

}



.axis text {
    font-family: sans-serif;
    font-size: 11px;
}

 .text0 {
    fill: red;
 }

 .text1 {
    fill: green;
 }

 .text2 {
    fill:steelblue;
 }

 .text3 {
    fill: yellow;
 }

 .text4 {
    fill: purple;
 }

 .text5 {
    fill:brown;
 }

 .node {
  stroke: #fff;
  stroke-width: 1.5px;
}

.link {
  stroke: #999;
  stroke-opacity: .6;
}
