body {
  padding: 0;
  margin: 0;
}

#book-outer-wrapper {
  width: 100%;
  margin-top: 100px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

#book-wrapper {
  margin: auto;
  width: 888px;
  padding: 0px;
  position: relative;
}

.book {
  border: 2px solid black;
  background-color: #cff;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  height: 500px;
  width: 60px;
  
  cursor: pointer !important;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}

.book:last-child {
  margin: 0px;
}

.book-title {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  height: 60px; 
  width: 360px;
  padding-left: 40px;
  position: absolute;
  top: 160px;
  left: -160px;
  font-size: 20pt;
  line-height: 20pt;
}

.wrapper-1 {
  display: table; 
  height: 75px; 
  #position: relative;
  overflow: hidden;
}

.wrapper-2 {
  #position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}

.wrapper-3 {
  #position: relative;
  #top: -50%;
}

.book-call-number {
  position: absolute;
  top: 410px;
  left: 0px;
  height: 75px;
  /*width: 60px;*/
  background-color: #fff;
  font-family: monospace !important;
  color: #000 !important;
  font-size: 8pt;
}

.book-call-number .wrapper-1 {
  width: 60px;
  text-align: center;
}

.book-call-number .wrapper-3 {
  text-align: center;
  padding: 0px 3px;
}

.book.font-0 {
  font-family: 'Alegreya Sans', sans-serif;
}

.book.color-0 {
  background-color: #d23114;
  color: #fff;
}

.book.font-1 {
  font-family: 'Metrophobic', sans-serif;
}

.book.color-1 {
  background-color: #85484d;
  color: #d9db78;
}

.book.font-2 {
  font-family: 'Metrophobic', sans-serif;
}

.book.color-2 {
  background-color: #2b8989;
  color: #000;
}

.book.font-3 {
  font-family: 'Graduate', cursive;
}

.book.color-3 {
  background-color: #58a86b;
  color: #000;
}

.book.font-4 {
  font-family: 'Playfair Display', serif;
}

.book.color-4 {
  background-color: #694f98;
  color: #eea;
}

.book.font-5 {
  font-family: 'Voltaire', sans-serif;
}

.book.color-5 {
  background-color: #686739;
  color: #fff;
}

.book.font-6{
  font-family: 'Chelsea Market', cursive;
}

.book.color-6 {
  background-color: #4b6176;
  color: #d6cf4b;
}

.book.font-7 {
  font-family: 'Architects Daughter', cursive;
}

.book.color-7 {
  background-color: #b5bbb1;
  color: #111;
}

.book.font-8 {
  font-family: 'The Girl Next Door', cursive;
}

.book.color-8 {
  background-color: #604c58;
  color: #e481a0;
}

.book.font-9 {
  font-family: 'Rye', cursive;
}

.book.color-9 {
  background-color: #a1540e;
  color: #e2cca2;
}

.book.font-10 {
  font-family: 'Chau Philomene One', sans-serif;
}

.book.color-10 {
  background-color: #622a1d;
  color: #fff;
}

.book.font-11 {
  font-family: 'Alegreya Sans SC', sans-serif;
}

.book.color-11 {
  background-color: #4a4671;
  color: #eea;
}

#checkmark {
  height: 60px;
  width: 340px;
  margin: auto;
  z-index: 10;
  position: absolute;
  top: 5px;
  width: 100%;
  padding: 5px;
  display: none; 

}

#checkmark-inner {
  width: 600px;
  margin: auto;
  background-color: #fff;
  height: 50px;
  border: 3px solid black;
  font-family: Verdana, Arial sans-serif;
  font-size: 20px;
  padding: 10px;
}

#checkmark-inner img {
  float: left;
  padding: 0px 5px;
}

#checkmark-inner div {
  text-align: center;
}

#checkmark-firstline {
  padding: 0px 5px;
}

#menu {
  padding: 20px;
  font-family: Verdana, Arial, sans-serif;
}

.menu-file {
  padding: 10px;
  border: 1px solid black;
  margin: 10px;
  float: left;
  width: 200px;
  text-align: center;
  background-color: #eee;
  display: block;
}

#menu a {
  color: #000;
  text-decoration: none;
}

.menu-return {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  border: 1px solid black;
  background-color: #eee;
  text-decoration: none;
  color: #000;
  font-family: Verdana, Arial sans-serif;
  font-size: 10pt; 
  text-align: center;
  width: 100px; 
  z-index: 11;
}

.checkmark-return {
  padding: 10px 5px;
  border: 1px solid black;
  background-color: #eee;
  text-decoration: none;
  color: #000;
  width: 90px;
  font-family: Verdana, Arial sans-serif;
  font-size: 10pt;  
  display: inline-block;
  text-align: center;
  margin: 5px;
}

#folder-outer-wrapper {
  width: 100%;
}

#folder-wrapper {
  width: 80%;
  margin: auto;
}

.folder-padding {
  width: 100%;
  height: 65px;
}

.folder-padding-2 {
  width: 100%;
  height: 25px;
}

.folder {
  margin-top: 10px;
  width: 100%;

  cursor: pointer !important;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    

  
}

.folder-title {
  margin-top: 30px;
  height: 40px;
}

.folder-title > div {
  padding: 0px;
  margin: 0px;
  height: 30px;
  padding: 10px 0px;
  margin: 0;
  float: left;
}

.folder .block-1 {
  background-color: #fff;  
  width: 45%;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid black;  
}

.folder .block-2 {
  text-align: center;
  width: 400px;
  font-size: 12pt;
  line-height: 20pt;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid white;  
  width: 40%;
  background-color: #ddd;
}

.folder .block-3 {
  background-color: #fff;
  width: 10%;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid black;  
}

.book-wrong {
  position: absolute;
  top: 480px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #900;
  display: none;
}

.folder-wrong {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #900;
  display: none;
}


.book-wrong .wrapper-1 {
  width: 60px;
  text-align: center;
}


#hint {
  clear: both;
}

#hint-padding {
  height: 30px;
}

#hint-link {
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 10px;
  border: 1px solid black;
  width: 100px;
  cursor: pointer;
  background-color: #eee;
  text-decoration: none;
  font-family: Verdana, Arial sans-serif;
  font-size: 10pt;  
}
