.gamelist {
  border: none;
  width: 100%;
  }

.gameicon {
  vertical-align: top;
  text-align: center;
  width: 151px;
  height: 150px;
  border: none;
  }

.gameinfo {
  vertical-align: top;
  text-align: left;
  border: none;
  height: 130px;
  }
  
.gamename {
  font-family: Fixedsys;
  color: darkgray;
  font-size: 17pt;
  display: block;
  }
.gamename A {
  color: darkgray;
  }
  
.gamedesc {
  color: black;
  position: relative;
  left: 10px;
  }
  
.gamebuttons {
  display: block;
  height: 20px;
  vertical-align: bottom;
  border: none;
  }
  
gameprice {
  text-align: center;
  vertical-align: middle;
  width: 100px;
  }

.characters TD {
  border: 1px black solid;
  vertical-align: top;
  text-align: left;
  }
  
.charactersinside TD {
  border: none;
  vertical-align: top;
  text-align: left;
  }
