#games {
  padding: 2px;
  text-align: center;
}

#games .gamesystem-icon {
  width: 20px;
  height: auto;
}

#games .game {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 2px;
  margin: 2px;
  
  text-align: left;
  
  color: white;
  background-color: gray;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}

.game pre {
  font-family: inherit;
  max-width: 100%;
  margin: 0;
}

.game .game-version {
  background-color: white;
  color: black;
}

#games .coming-soon-game {
  color: black;
  background-color: lightgray;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
}

#games .p8-game {
  width: 192px;
  height: 256px;
}

#games .sct-game {
  width: 240px;
  height: 256px;
}

.game .game-img {
  background-color: #ffffff;
}

.p8-game .game-img {
  image-rendering: crisp-edges;
  width: 192px;
  height: 192px;
}

.sct-game .game-img {
  width: 240px;
  height: 180px;
}

.p8-game .game-from {
  image-rendering: crisp-edges;
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 2vw;
  height: auto;
}

.sct-game .game-from {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 2vw;
  height: auto;
}
