div.display.running {
  color: green;
}
div.display.dead {
  color: red;
}

div.display.full_screen a {
    background-color: #222222;
    text-decoration: none;
    color: #fff;
}
div.display.full_screen a:hover {
	text-decoration: none;
}
div.display.full_screen a img {
   width: 80px;
}
div.display.full_screen {
    grid-column: 1 span / 1;
}
div.display.full_screen div.content {

}
div.display.full_screen table.appTable td {
    background-color: transparent;
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 2px;
}
div.display.full_screen table.appTable td a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 88px;
}