body {
    background: linear-gradient(#00A7E2, #145887);
    color: white;
    overflow: auto;
    height: 100%;
}
.dropShadow {
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
}

.textShadow{
     text-shadow: 2px 3px rgba(0,0,0,0.5);
}

.textShadowSkinny{
     text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.row {
   margin-top: 15px;
}
.row.oneRow {
	margin-top:40px;
}
.row.twoRows {
	margin-top:35px;
}
.row.threeRows {
	margin-top:30px;
}
.row.fourRows {
	margin-top:25px;
}

.topInfo {
    margin-top:5px;
    margin-left: 20px;
	margin-bottom:20px;  /* 40 */
    height: 205px;
}
.bookInfo {
    position: relative;
    z-index: 1;
    margin-left: -2px;
    height: 206px;
}
.chapterStyle {
    margin-top: 29px;
}
.subtitleStyle {
    margin-top: -20px;
}
.chapterBox {
    height: 40px;
}
.text-center {
    text-align: center;
}
.chapterButtons {
    color: white;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #005B99;
    width: 60px;
    height: 65px;  /* 60 */
    margin-left: 17px !important;
    text-shadow: 2px 2px 3px #000;
}

.storyButtons p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%
}

.storyAuthor{
    margin-top: -19px !important;
    margin-left: 5px;
    text-shadow: 2px 1px 2px #000;
}

.storyBox{
    min-height: 80px;
}

.storyButtons{
    color: white;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #005B99;
    width: 60px;
    height: 50px;
    margin-left: 20px !important;
}

.selected{
    color: white;
    background: orange !important;
    text-shadow: 2px 2px 3px #000;
}

.selected p{
    text-shadow: 2px 1px 2px #000;
}
.centerChapter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.topPadding{
    margin-top: 15px;
}

.playerBox{
    position:absolute;
    top:600px;
    right: 0px;
    right: 0px;
    background-color: transparent;
    width: 100%;
    height:86px;
}

.topCorner{
    z-index: 2;
    position: absolute;
    top: 25px;  /* 5 */
    right: 30px;  /* 5 */  
}

.topCorner button{
    z-index: 5;
    color: white;
    font-size: 16px;
    background-color: #20af4c;
    border-radius: 0px;
    border: 1px solid white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.playerBoxPadding{
    margin-top: 20px;
}

.storyName{
    font-weight: 600 !important;
    text-shadow: 2px 1px 2px #000;
}