body .splash .center{
	width:930px;
}
div.splash div.details{
	margin-top:-30px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-left: 0px;

}

.bookshelf .shelf{
	width:504px;
	height:440px;
}

.bookshelf{
	height: 440px;
	margin-top:100px;
}

.bookshelf .shelf .row-1{
	margin-left:0px;
}

.bookshelf .shelf .row-2{
	margin-left:0px;
}

.bookshelf .shelf .row-3{
	margin-left:0px;
}

.bookshelf .shelf .row-4{
	margin-left:0px;
}

.bookshelf .shelf .row-5{
	margin-left:0px;
}

.bookshelf .shelf .row-6{
	margin-left:0px;
}

.bookshelf .shelf .row-7{
	margin-left:0px;
}

div.bookshelf div.shelf div.loc{
	position:relative;
	margin: auto;
    width: 85%;
}

.bookshelf .suggestion{
	line-height:100px;
	overflow: hidden;
    white-space: nowrap;
	width: 100%;
}

footer{
	line-height:40px;
	margin: auto;
	margin-bottom: 100px;
}

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.GotIt {
  width: 100%;
  height: 55px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 4.5px;
  font-weight: 600;
  color: #585858;
  background-color: #BEF781;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; 
  cursor: pointer;
  outline: none;
  margin-bottom: 20px;
  margin-top: 30px;
  }

.GotIt:hover {
  background-color: #BEF781 ;
  box-shadow: 0px 5px 10px rgba(29, 179, 174, 0.4);
  color: #585858;
 /* transform: translateY(-7px);*/
  background: linear-gradient(#ACFA58, #ECF8E0)
}

.Remind {
  width: 100%;
  height: 55px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 4.5px;
  font-weight: 600;
  color: #585858;
  background-color: #F3E2A9;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 8px 15px rgba(87, 91, 90, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.Remind:hover {
  background-color: #F3E2A9;
  box-shadow: 0px 15px 20px rgba(87, 91, 90, 0.4);
  color: #585858;
  transform: translateY(-7px);
  background: linear-gradient(#F5DA81, #F7F2E0)
}

.modalDialog {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 20;
    cursor: pointer;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modalTextBox{
		width: 360px;
		height: 450px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
}

.modalContent{
	text-align:center;
	font:24px 'District Thin', helvetica, arial;
	color:#6e6e6e;
}

.mobileWarningDialog {
	display: none !important;
}	

.mobileWarningTextBox{
	display: none !important;
color: red;
border: 2px black solid;
}	

.mobileWarningContent{
	display: none !important;
color: red;
border: 2px black solid;
}		