/* CSS Document 
 // background: 
   color: ;
*/
.group-button{
  border: 2px solid #428f89;
  width: 400px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.grid-button{
  display: grid;
  /*place-items: center;*/
}
.test-button {
  background: #428f89;
  float: left;
  margin: 5px;
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}
.start-button {
  background: #428f89;
  float: left;
  margin: 5px;
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.start-pressed{
  background: #20b8be;
  float: left;
  margin: 5px;
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  cursor: not-allowed;
  }
.event-button{
  background: #428f89;
  float: left;
  margin: 5px;
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
}
.event-button:active{
background-color: #20b8be;
}

.test-button label,
.test-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.test-button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}
.test-button input[type="radio"]:checked + label {
  background: #20b8be;
  border-radius: 4px;
}

.test-button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}

label .tooltip{
    visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}


label:hover .tooltip {
  visibility: hidden;
}

#res_container{
  width: 540px;
  height: 170px;
}
#res_left{
  float: left;
  width: 255px;
  height: 170px;
}
#res_right{
  float: left;
  height: 170px;
  width: 281px;
}
#res_stats{
	width: 540px;
	display:inline-block;
}
#pie_container{
	width:540px;
	height:330px;
}

#met_container{
width:600px;  
display:inline-block;
}
.left{
  float:left;
  margin-right:5px;
	width:17%;
	margin-top:12px;
}
.figure{
	float:left;
	 margin-right:5px;
	width:7%;
	margin-top:12px;
}
.right{
  float:left;
		width:74%;
}