body {
  background-color: white;
  background-image: url("bgwindows.jpg");
  background-size: cover;
  color:black;
}
/*bgpaper3.jpg*/

#index_container {
  width: 600px;
  height: 400px;

  background-image: url("windowtab1.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  text-align:center;
   padding-top: 150px; 
}

#taskbar {
  position: fixed;
  bottom: -717px;
  left: -90px;

  width: 110%;
  height: auto;

  pointer-events: none;
}
.window-wrapper {
  position: relative;
  width: 800px;
  height: 500px;
  margin: 60px auto;
}
.window-bg {
  width: 100%;
  height: 100%;
  display: block;
}
.window-text {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;

  padding: 15px;
  background: none;
  overflow-y: auto;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}
.window-text ul {
  margin-top: 10px;
  padding-left: 20px;
}

.window-text li {
  margin-bottom: 6px;
}


.window-container {
  width: 800px;
  height: 500px;

  background-image: url("windowstab2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  margin: 40px auto;
  position: relative;

  padding: 40px 20px 20px 20px; /*title bar*/
}

.window-content {
  height: 100%;
  overflow-y: auto;        /*scroll*/
  overflow-x: hidden;

  padding: 20px 10px;
  box-sizing: border-box;

}

#table_fav {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th {
  padding: 10px;
  vertical-align: top;
}




.book {
  width: 120px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


.home-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

  padding: 10px 24px;
  background: #e0e0e0;
  color: black;
  text-decoration: none;

  border: 2px solid #000;
  border-radius: 4px;

  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;

  box-shadow: 2px 2px 0 #808080;
}

.home-button:hover {
  background: #d0d0d0;
}

.home-button:active {
  box-shadow: 1px 1px 0 #808080;
  transform: translateX(-50%) translateY(1px);
}


#commentlist {
	padding-right:20px;
}

/* SCROLLBOX */
/* height:120px; */
/* width:120px;border:1px solid #ccc; */
/* font:16px/26px Georgia, Garamond, Serif; */
/* overflow:auto;" */
/* // */




  /* background: rgba(255, 255, 255, 0.85); */
  /* border-radius: 12px; */
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.2); */