
.value {
	border: 1px solid black;
}
.on_button{
	color: green;
}

.off_button{
	color: red;
}

.status_button{
	color: gray;
}

.grid-container {
  display: grid;
  grid-template-columns: 110px 110px 110px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  text-align: center;
}