body {
  background-color: black;
  padding: 0;
  margin: 0;
  color: #DDDDDD;
  font-family: 'Times New Roman', Times, serif;
  overflow-x:hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
button{
  cursor: pointer;
  font-family: monospace;
}
h4{
  padding-top:10px;
}
.bk-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-tile{
  background-repeat: repeat;
  background-size: 256px 256px;
}
.fixed{
    background-attachment: fixed;
}

.black{
  background-color: black;
}

.flip{
  display: inline-block;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.dark{
  padding: 10px;
}
.sidebar{
  background-color: black;
}

.comp{
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
    color: white
}

h1, h2, h3{
  text-align: center;
}

form{
  margin-bottom: 20px;
}

.float{
  float:right;
}

.floatTog{
  float:left;
}

.item{
  text-align: center;
}



  .notes{
    padding-top: 15px;
    font-style: italic;
    font-size: small;
  }
.big
  {
    font-size: medium;
  }
  
  .english{
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    margin-bottom: 10px
  }
  .expand{
    margin-left: 40px;
  }
  .col-auto{
    margin:10px;
  }
  table{
      border-collapse: separate;
      border: 1px outset #000;
      border-spacing: 0;
  }
  .frame-table{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    width:100%;
  }
  .text-content{
    padding-right: 20px;
    padding-left: 20px;
  }
  td{
      border:1px inset #000;
  }
  .main-content{
      position: relative;
  }
  .vertical-center {
      margin: 0;
      width: 100%;
      position: absolute;
      top:50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .nerve-tower{
      background-image: url("img/bg_00outside.gif");
      background-repeat: no-repeat;
      background-size: 100% 384px;
      height: 384px;
      position: relative;
  }
  .nerve-tower img{
      position: absolute;
      bottom: 10px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .floor{
      position: relative;
      height: 70px;
  }
  .floor img{
      position: absolute;
      bottom:0;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .god{
      border-radius: 50%;
      display: inline-block;
      position: relative;
  }
  .god img{
      border-radius: 50%;
      display: block;
  }
  .god:after{
      content: "";
      display: block;
      width:100%;
      height: 100%;
      background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
      border-radius: 50%;
      position: absolute;
      top:0;
      left:0;
  }
  .blurry{
      position: absolute; 
      color:transparent;
      text-shadow: 0 0 1.5px rgba(255,255,255,0.5);
  }
  .banner img{
      padding: 6px;
  }
  .titles{
      background-image: url("img/bg_04.gif");
      background-repeat: repeat;
      background-size: 256px 256px;
  }
  .underground{
      position: absolute; 
      background-image: url('img/bg_09.gif'); 
      z-index: -1; 
      width: 100%; 
      height:1500px; 
      bottom:0;
      background-size: 256px 256px;
  }
  .title-text{
    min-height:32px;
  }
  .item-img{
    display: inline-block;
    width: 150px;
    height:50px;
    text-align: center;
  }
  .item-img img{
    margin: auto;
  }
.row{
  width:100% !important;
  padding-left: 10px;
}
.banner-wide{
  display:none;
}
.vol{
  font-style: bold;
  text-decoration: underline;
  text-align: left;
}
.chapter{
  font-style: italic;
  text-align: left;
}
.contents-box{
  border: 1px solid gray;
  padding: 15px;
}
.chapter ul{
  cursor: pointer;
}
.col-3 img{
  padding: 15px;
}