html, body {
  background: #fff url(bg.png);
  font-family: tahoma, arial, sans-serif; 
}

a {
  color: #00f;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

td {
  border: 1px solid #000;
  padding: 8px;
}
td.right {
  text-align: right;
  white-space: nowrap;
}
td.icon {
  font-size: 0px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
td.icon img {
  width: 30px;
  height: 30px;
  image-rendering: pixelated;
}
td.tset{
  text-align: center;
  padding: 2px;
  font-size: 10px;
}
td.num {
  text-align: right;
  vertical-align: top;
}

div {
  border: 1px solid #aaa;
  background: #eee;
  margin-bottom: 20px;
  padding: 10px;
}

div.content div {
  background: #ddd;
  margin-bottom: 0px;
}

div.left{
  float:left;
  position: relative;
  top: -20px;
}

div.empty{
  background: transparent;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

div.logo {
  border: none;
  background: transparent url(logo.png) no-repeat;
  font-size: 0px;
  margin-left: 250px;
  margin-bottom: 0px;
  padding: 0px;
  width: 580px;
  height: 80px;
}

div.menu {
  width: 210px;
  /* height: 300px; */
}
div.menutitle {
  position: relative;
  top: 8px;
  padding: 0px 8px;
  border-bottom: 0px;
  margin: 0px 0px 0px 16px;
  width: 100px;
}

div.content {
  margin-left: 250px;
/*  height: 700px; */
}

div.swatch {
  float: left;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 20px;
}

div.colsel {
   width: 20px; height: 20px;
   padding: 0px;
   border: 0px;
   margin: 2px;
   cursor: pointer;
}

div.tilecontainer {
  display: none;
  text-align: left;
  height: 202px;
}

img.tileset {
  margin-left: 16px; 
  background: #174a59 url(tileback.png);
}

h2 {
  margin: 0px 32px 16px;
  font-style: italic;
}

/* --------------- IE-specific ---------------- */
* html div.swatch { display: none; }


@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
        z-index: 1000000;
      }
    }