
html, body {
  width: 100vw;
  height: 100vh;
  font-size: 16px;
  line-height: 1.35;
  background: transparent;
}

img {
  position: relative;
  display: inline-block;
}

.leftcol {
  position: fixed;
  width: 300px;
}

/* .rightcol {
  width: calc(100% - 300px);
  transform: translateX(300px);
} */

.game .cover-image {
  line-height: 0;
}

.game .cover-image > img {
  width: 200px;
  height: auto;
}

.game .cover-image.loading > img {
  opacity: 0.5;
}

.game:not(:first-child) {
  border-top: 1px solid black;
}

img.trophy {
  width: 32px;
  height: auto;
}

.game .category:not(:first-child) {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid black;
}