@charset "utf-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #444;
  margin: 0;
}

a {
  color: #08f;
}

.anchor {
  display: block;
  margin-left: 1em;
}
#content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 3em 0 0 0;
}

#CanvasContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list-item {
  display: inline-block;
  margin: 1em;
  padding: 1em;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.list-item > div:nth-child(1) {
  width: 200px;
  height: 200px;
}

.list-item > div:nth-child(2) {
  color: #888;
  font-family: sans-serif;
  font-size: large;
  width: 200px;
  margin-top: 0.5em;
}

@media screen and (max-width: 896px) {
  .tp-lblv_l {
    user-select: none;
    -webkit-user-select: none;
  }
}
