

book {
   display:block;
   border: 0 solid #069;
   line-height: 30px !important;
   background-color: #fff;
   background-image: linear-gradient(90deg,transparent 36px, #ab6e94 36px,#abced4 38px,transparent 38px),linear-gradient(#cee 1px,transparent 1px); 
  
   background-size: 100% 30px, 100% 30px;
    
   border-right:1px solid #eff;
   margin-right:15px;
   padding: 0px 10px 30px 50px; 
}
book.poem {
   min-height: 300px;
   padding-bottom:90px;
}
book * {
   line-height: 30px!important;
   padding:0!important;
   margin:0!important;
}

book ol{
     margin-left:-15px !important;
}

book ul{
   list-style-type:none;
}

book ol li {
   padding-left: 10px !important;
} 
book ol[start='0']>li:first-of-type{
   list-style-type: none;
}

book.poem li, book h4, book h3, poem h2 {
   margin-top: 30px !important;  
}

book.poem h4 {
   margin-top: 30px !important;
   padding-left: 30px !important;
} 

book .song-title{
 text-align:center;
 color:#aa6677;  
}
  
book h3{
   
   border-bottom:1px solid #3c9;
}
   @media screen and (min-width:700px){ 
       .song-main-section {
        display:grid;
        grid-template-columns:auto 30%;
    }
    .song-main-section book { 
       grid-row: 1 / span 2;
    }
   
   }
   

 