@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons&display=swap');
@import url('/w3.css');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

td.place {
  text-align: right;
  width:1%;
  white-space:nowrap;
}

canvas {
  background: white;
}

table.pairing {
  display: inline-block;
}

th {
  letter-spacing: 0.05rem;
}

tr:nth-child(even) {
  background
}

td.right {
  text-align: right;
}

td.center {
  text-align: center;
}

