ul
{
  list-style-type: none;
  padding: 0;
}

.gamepack-list li
{
  width: 40vw;
  border: 1px solid black;
}
.gamepack-title
{
  font-size: x-large;
  
}

.final-size
{
  font-size: small;
  
  padding: 10;
}

.gamepack-size
{
  width: 100%;
  margin: 0;
  padding: 0;
  
}

.install-size
{
  font-size: small;
  
}

.hd-size
{
  font-size: small;
  font-style: italic;
}

.add-to-cart-button
{
}

.not-enough-space .hd-size
{
  color: darkred;
  
}

.gamepack-img
{
  width: 100%;
  
}

.old-price
{
  display:inline-block;
  text-decoration: line-through;
  font-size: small;
  margin-right: 1em;
}