* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  cursor: crosshair;
  font-size: 18px;
  font-family: monospace;
  color: #fff;
  overflow: hidden;
}
a:link {
  text-decoration: none;
  color: #aaaaaa;
  cursor: crosshair;
}
a:visited {
  text-decoration: none;
  color: #aaaaaa;
  cursor: crosshair;
}


#close{
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 20px;
  padding: 0;
  color: #aaaaaa;
  top: 0px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  z-index: 113;
  cursor: crosshair;
}

#close:hover,
#close:focus,
#a:hover,
#a:focus{
  color: #fff;
  text-decoration: none;
  cursor: crosshair;
}

#contentwrap {
  /* background-color: #000000; */
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  padding: 5px 0 0 0;
  overflow: hidden;
}

#content {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  margin: 0;
  padding: 0;
}


#c {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.list-item {
  width: 33%;
  height: 33%;
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 22;
}

.list-item > div:nth-child(1) {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}

.list-item > div:nth-child(2) {
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-align: center;
  font-size: 18px;
  font-family: monospace;
  white-space: nowrap;
  line-height: 90%;
  width: 100%;
  margin-top: -40px;
  z-index: 21;
}

.base{
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  text-align: center;
  font-size: 9px;
  font-family: monospace;
  white-space: nowrap;
  line-height: 90%;
}

@media only screen and (max-width: 600px) {
  .list-item > div:nth-child(2) {
    margin: 0;
    padding: 0;
    color: #aaaaaa;
    text-align: center;
    font-size: 10px;
    font-family: monospace;
    white-space: nowrap;
    line-height: 90%;
    width: 100%;
    margin-top: -30px;
    z-index: 21;
  }
  .base{
    margin: 0;
    padding: 0;
    color: #aaaaaa;
    text-align: center;
    font-size: 5px;
    font-family: monospace;
    white-space: nowrap;
    line-height: 90%;
  }
}