.table-row-title{
    font-weight: bolder;
    text-align: center!important;
   
    
}
.ccontent .chapter-table .chapter-row .chapter-resource{
    flex: 1 0 8%;
     display: flex;
    flex-direction: row;  
    align-items: center;  
    text-align: center;
    height: 4em;

}

.ccontent .chapter-table .chapter-row .chapter-resource a:link {
    color: #056de8;
    font-weight: 700;
}

.ccontent .chapter-table .chapter-row .chapter-resource a:visited{
    color: #056de8;   
    font-weight: 700;
}
.ccontent .chapter-table .chapter-row .chapter-resource a:hover{
    font-weight: 800;   
}
