/*User styles*/

body{
    background:#ccc;
}

#flipbook{
    line-height:35px;
    font-size:20px;
    text-align:center;
}

.pageBorder{
    margin: 0 20px 0 20px;
}

img{
    display: block;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    margin: auto;

}


/* default turn Styles*/

.turn-page{
    background-color:white;
    line-height:35px;
    font-size:20px;
    text-align:center;
}

/*.hard{
    background:#80dfff !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}*/
#frontView{
    opacity:1;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    text-align: center;
    line-height: 290px;
}


