/* d_info.css */

#book {
     position: relative;
}

#book .right {
     position: absolute;
     width: 70%;
     padding: 0px 25px 25px 25px;
}
#book .right {
     left: 15%;
}

#reader {
     float: left;    
     border-radius: 10px;
     background-color: #109a5d;
     padding: 15px;
     border: 2px solid #000;
}
/*
#ReadMe {
     background: #ffffff;
     overflow: auto;
     height: 100%;
     border-radius: 10px;
     padding: 15px 50px 25px 50px;
}
*/
@media screen and (max-width: 899px) {

    h2 {
        font-size: 18px;
    }

/*
    #di_wrapper {
        height: auto;
    }
*/
/*
    #book {
        position: static;
    }
*/
/*
    #reader {
        height: auto;
    }

    #ReadMe {
        height: 100%;
    }
*/
    #book .right {
          left: 1%;
          width: 98%;
    }

/*
    .title {
        line-height: auto;
    }
*/
}
