table.matchinfo.new-layout .home {
  text-align: center;
}

.matchinfo.new-layout .home {
  text-align: center;
}

table.matchinfo td.match-hyphen {
  text-align: center;
  height: 0px;
  margin: 0px;
  padding: 10px;
}

.matchinfo.new-layout .fp-joker {
  text-align: center;
}

table.matchinfo.new-layout .score {
  text-align: center;
  width: 100px;
}

table.matchinfo td a:hover {
  text-align: left;
}

table.matchinfo td {
  vertical-align: middle;
}

table.matchinfo td a {
  color: #000000;
  pointer-events: none;
}

@media (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }

  table th,
  table td {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 12px;
    padding: 4px;
  }

  /* Laatste kolom smaller maken */

  table th:last-child,
  table td:last-child {
    width: 20%;
  }
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.user-score.ranking.score {
  text-align: center;
}

table.pool-ranking td.user-rank {
  text-align: center;
}

.pie-chart-icon {
  display: none !important;
}

table.matchinfo th.username {
  width: 100px;
  text-align: left;
}

table.matchinfo th {
  width: 100px;
}

table.matchinfo.new-layout .away {
  text-align: center;
}

.matchinfo.new-layout .fp-nojoker {
  text-align: center;
}

table.matchinfo .fp-nojoker {
  text-align: center;
}

.nopointer.fp-nojoker {
  text-align: center;
}

.match-predictions div {
  text-align: center;
}

.matchinfo.new-layout div {
  text-align: center;
}

a {
  color: #000 !important;
}