#number {
   width: 4e m;
}

.vis-item.living {
   background-color: greenyellow;
   border-color: green;
}

.vis-item.dead {
   background-color: lightblue;
   border-color: blue;
}