.table-row-title{
    font-weight: bolder;
    text-align: center!important;
   
    
}
.div-single-row{
    height: 30px;
    line-height: 30px;
    text-align: center;    
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 4px;
 
}
.ccontent .chapter-table {
    border: 1px solid #d0d7de;
    border-radius: 6px;
    max-width: 90%;
    text-align: center;
}
.ccontent .chapter-table .chapter-row{ 
    display: flex;
     text-align: center;
    border-top:  1px solid #d0d7de;
}
.ccontent .chapter-table .chapter-row .chapter-number{
    flex: 0 0 6%;
    display: flex;
    flex-direction: row;  
    align-items: center;    

    
} 
.ccontent .chapter-table .chapter-row .chapter-title{
    flex: 0 0 20%;
    display: flex;
    flex-direction: row;  
    align-items: center;  
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;    
}


.ccontent .chapter-table .chapter-row .chapter-content{
    flex: 1 0 ;
    text-align: justify;
    flex-grow: 1;
    padding: 8px 8px;
    overflow: hidden;
    white-space: wrap;
    line-height: 2em;
}
.ccontent .chapter-table .chapter-row .chapter-hours{
    flex: 0 0 8%;
     display: flex;
    flex-direction: row;  
    align-items: center;  
    text-align: center;

}

.text-align-left{

}