table{
            /*border-collapse: collapse;*/
            border-spacing:0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #444; 
            table-layout: fixed;         
        }
.custom_tb tr:hover{
   
}
.custom_tb th,.custom_tb td{
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
    
    padding: 10px;
    text-align: left;
}
.custom_tb th{
    text-align: none;
}

.custom_tb th{
    background-color: #E83A37;
    border-top:none;
}
/*.custom_tb td{
     white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
}*/
.custom_tb td:first-child,.custom_tb th:first-child{
    border-left: none;
}
.custom_tb th:first-child{
    border-top-left-radius:10px;
}
.custom_tb th:last-child{
    border-top-right-radius:10px;
}
.custom_tb tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
.custom_tb tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
.custom_tb{
            width: 100%;
            margin: 50px auto;
            border:0px solid #ccc;
            border-radius: 10px;
            box-shadow: 0 3px 3px #ccc;
            
           
        }