
/* td{

}*/

.Metrics{
  display: inline-block;
  position: relative;
}

.optionButtons{
  display: inline-block;
  position: relative;
  /* margin-right: 1rem;  */
}

.options{

  max-width: 80%;
  text-align: center;
  background-color: #A2AAAD;
  border-radius: 0.3rem;
  border-color: #c4cacc;
  border-style: double;
  border-width: 4px;
  margin: 1rem auto;
}



.node{
    position: relative;
    display: inline-block;
    background-color: #adb5bd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 4px;
}

button{
  /* margin-left: 45%; */
  position: relative;
  text-align: center;
  display: inline-block;
  border-width: thin;
  border-radius: 0.2rem;
}

input{
  border-width: thin;
  border-radius: 0.2rem;
}


.main{
  text-align: center;
}

.chart{
  padding: 0 10%;
  margin-top: 3rem;
  text-align: center;
}

.alive{
  position: relative;
  display: inline-block;
  background-color: black;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/*table{
  border: 1px solid black;

}*/



body{
  display: block;
}
