body {
-ms-interpolation-mode: nearest-neighbor;
image-rendering: crisp-edges;
image-rendering: pixelated;
background-image: url("/page/pagetovoxus/kidtilebg.gif");
font-family: "Courier New";
}

td {
  border: 2px double #fff;
  padding: 10px;
  text-align: left;
  max-width: 20px;
  overflow: scroll;
}

table {
  margin: auto;
  width: 95%;
  border-spacing: 10px;
}

.main {
  width: 650px;
  margin: auto;
  background-color: #ddd;
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.things {
  height: 400px;
  width: 100%;
  overflow: scroll;
}

.otherthings {
  width: 88%;
  border: 2px double #fff;
  padding: 0px 10px;
  text-align: left;
  margin: auto;
}