body {
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url("playstation_logo.png");
  background-color: white;
  color: black;
  font-family: Verdana;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid black; 
  padding: 0em 1em;
  table-layout: fixed;
}

thead th:nth-child(1) {
  width: 400px;
}

thead th:nth-child(2) {
  width: 120px;
}

thead th:nth-child(3) {
  width: 360px;
}

thead th:nth-child(4) {
  width: 500px;
}

.table-icon-cell {
  background: black;
  margin-right: 0.5em;
}

.no-image-cell {
  padding: 1.5em 1em;
}
