body {
  margin: 0;
  padding: 0;
  position: relative;
  background: #28333f;
  font-family: 'Lato', sans-serif;
}

.logo {
  font-weight: 900;
  font-size: 24px;
  color: white;
  font-style: italic;
  position: absolute;
  top: 20px;
  left: 20px;
}

.logo:hover {
  cursor: pointer;
}

#cancel-add-book {
  height: 30px;
  float: left;
}

#add-book {
  height: 30px;
  float: right;
}

.tagline {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.taglineBig {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}

#spritz-reader {
  display: none;
}

#add-book-form {
  display: none;
  z-index: 9999999;
  height: 500px;
  width: 500px;
  position: absolute;
  padding: 0 30px 30px 30px;
  background: #e9e9e9;
  top: 50px;
  right: 1%;
}

.add-book-input input {
  width: 495px;
  height: 40px;
  margin-bottom: 20px;
}

.add-book-textbox textarea{
  width: 495px;
  height: 200px;
}

#add-book-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

.book-list {
  position: absolute;
  top: 120px;
  width: 100%;
  height: 100%;
  left: 5%;
}

.b-label {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.b-author {
  margin-top: 10px;
  color: #e9e9e9;
  font-size: 12px;
}

.b-cover {
  margin-top: 20px;
  max-height: 150px;
  max-width: 200px;
}

.book-container {
  cursor: pointer;
  margin-right: 30px;
  display: inline-block;
  float: left;
  margin-bottom: 50px;
  width: 200px;
}

.loading {
  color: white;
  font-size: 32px;
  margin: 0 auto;
  position: fixed;
  top: 45%;
  left: 40%;
  width: 100%;
  height: 100%;
}

.loading-text {
  margin: 0 auto;
  width: 300px;
  font-szie: 12px;
}

.btn:hover {
  cursor: pointer;
}

#spritz-reader {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

#startSpritz {
  z-index: 99999;
  position: fixed;
  top: 80%;
  right: 44%;
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

a.powered-by-spritz {
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
}

.spritzer-container {
  background: transparent !important;
}

.spritz-canvas {
  margin: 0 auto;
  width: 450px;
  height: 80px;
  display: block;
}

#spritzer {
  width: 50%;
  height: 50%;
  margin: auto;
  position: fixed;
  z-index: 999;
  top: 0; left: 0; bottom: 0; right: 0;
}

.book-label {
  color: white;
  font-weight: bold;
  font-size: 16px;
  max-width: 450px;
}

.book-author {
  margin-top: 10px;
  margin-bottom: 30px;
  color: white;
  font-weight: 300;
  font-size: 12px ;
  max-width: 450px;
}

.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;

  margin-right: 15px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spritzer-header {
  display: none;
}

.spritzer-container {
  border: none !important;
  box-shadow: none !important;
}

.spritzer-speed {
  margin-right: 130px;
}

.spritzer-btns-4 {
  margin: 0 auto;
}

.spritzer-canvas {
  margin: 0 auto;
}
