body .splash .center{
	width:520px;
}

div.splash div.details{
	margin-top:-30px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-left: 20px;
	width:80%;
}

div.details{
	display: block;
	margin-top:10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

div.bookshelf div.shelf div.loc{
	position:relative;
	margin: auto;
    width: 100%;
}

body div.bookshelf div.suggestion{
	display: none;
}
footer{
	line-height:40px;
	margin: auto;
	margin-top:230px;
	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: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 4.5px;
  font-weight: 600;
  color: #4F4F4F;
  background-color: #7ddc1f;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; 
  cursor: pointer;
  outline: none;
  margin-bottom: 15px;
  margin-top: 6px;
  }

.GotIt:hover {
  background-color: #F30719 ;
  box-shadow: 0px 5px 10px rgba(213, 216, 220, 0.4);
  color: #e2dcdc;
 /* transform: translateY(-7px);*/
  background: linear-gradient(#212F3D, #808B96)
}

.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: 420px;
		height: 450px;
		position: relative;
		margin: 30% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;*/
		margin: 20% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
				
		position:absolute;
		top:30%;
		left:30%;
		transform:translate(-20%, -30%);
}

.modalContent{
	text-align:center;
	font:24px 'District Thin', helvetica, arial;
	color:#6e6e6e;
}

.mobileWarningDialog {
	display: none !important;
}	

.mobileWarningTextBox{
	display: none !important;
}	

.mobileWarningContent{
	display: none !important;
}	