/*@import "bulma";*/
body, div, h1, h2, p, a, td {
  margin: 0px;
  padding: 0px;
  border: 0px none;
}

body {
  font: 13pt "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  xbackground-color: aquamarine;
}
body header {
  margin-bottom: 1em;
  background-color: #aaf;
  padding: 0.5em;
  text-align: center;
}
body footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 2em;
  background-color: #777;
  color: white;
}

h1 {
  font-size: 36pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  display: none;
}

.update {
  font-style: italic;
  text-align: center;
}

.ranking h2 {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding: 0.3em 0;
}
.ranking a:link, .ranking a:visited {
  color: #ff9d00;
  text-decoration: none;
}
.ranking a:hover {
  color: black;
  background-color: #ff9d00;
}

.tablepress {
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0 auto;
}
.tablepress td {
  padding: 0 0.5em 0 0.5em;
  font-size: 95%;
  xline-height: 90%;
}
.tablepress thead tr {
  background-color: #555555;
  color: #eeeeee;
}
.tablepress .odd td {
  background-color: #f0f0f0;
}
.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #dddddd;
}