label {
  float: left;
  width: 10em;
  display: block;
  clear: left;
}

p {
  clear: left;
}

li {
  width: 5em;
}

li span {
 display: none;
 position: absolute;
}

div#chat {
  position: absolute;
  left: 40%;
  top: 1em;
}

div#lisays {
  position: absolute;
  left: 40%;
  top: 13em;
}

div#tilasto {
  position: absolute;
  left: 30%;
  top: 15em;
}

tr {
  height: 1em;
}
