/* 
Generic Styling, for Desktops/Laptops 
*/
table.tab-recommend { 
    width: 100%; 
    border-collapse: collapse;margin-bottom: 4%;
}
/* Zebra striping */
table.tab-recommend  tr:nth-of-type(odd) { 
    background: #fff; 
}
table.tab-recommend  th { 
    background: #efefef; 
    font-weight: bold; 
    text-align: center;
}
table.tab-recommend  td, th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: center; 
}

table.tab-recommend td:nth-child(2){
 text-align: center;
 font-weight:700;
}

table.tab-recommend td:nth-child(3){
 text-align: center;
}
table.tab-recommend td:nth-child(4){
 text-align: center;
 font-weight:700;
}









