body {
  font-size: 7.0pt;
}

h1 {
  text-align: center;
  background-color: #000;
  color: rgb(242, 236, 000);
  letter-spacing: 0.2em;
  font-size: 14pt;
  line-height: 30px;
  padding: 0;
  height: 30px;
}

div {
  display: none;
}

table#viewuser {
  width: 100%;
  margin: 5px 0;
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid rgb(204, 204, 204);
}

table#viewuser th,
table#viewuser td {
  border: 1px solid rgb(204, 204, 204);
  background-color: #FFF;
  padding: 0 3px;
  line-height: 1.3;
}

table#viewuser th {
  font-weight: normal !important;
}

table#viewuser thead th {
  text-align: left;
  width: 10%;
}

table#viewuser thead th#ranking {
  width: 5%;
}

table#viewuser thead th#members {
  width: 23%;
}

table#viewuser tbody th,
table#viewuser td.r {
  text-align: right;
}

table#viewuser a,
table#viewuser a:visited {
  color: #000 !important;
  text-decoration: none;
}