table {
  min-width: 80vw;
}

/*table { border-collapse: collapse; border: 1px solid #d4d4d4; }
 tr:nth-child(even) {background: #d4d4d4;} */
table {
  border-collapse: collapse;
  background-image: url("/image/pause.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: -9999px -9999px;
}
th img {vertical-align: top; }
th, td {padding-left: 30px; padding-right: 30px;}

html {
  height: 100%;
}

body {
  display:flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
button {
  padding: 50px;
  font-size: 48px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  border-radius: 24px;
  border: none;
  color: white;
  top: 35%;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.copyright-text  {
  padding: 7px 15px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 998;
  white-space: nowrap;
}

.countdown-text {
  padding: 7px 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
  white-space: nowrap;
}

#showtable {max-width: 100% !important;}
#svg1 {
  display:flex; flex-wrap: nowrap; align-items: center
}

@media (max-width: 1024px) {
  .floating-text {font-size: 0.5rem;}
}