table {
border-collapse: collapse;
table-layout: auto;
max-width: 100%;
margin-bottom: 20px;
width: 1240px;
}
 table tbody{
outline: 0;
box-sizing: border-box;
}
 table tbody th {
padding-left: 25px;
padding-right: 25px;
padding-top: 16px;
padding-bottom: 16px;
width: 260px;
border-left: 0;
background: 0 0;
border-bottom: 1px solid #ccc;
}
 table tbody tr td {
padding-left: 16px;
padding-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
width: 260px;
background: 0 0;
border: 1px solid #e6e6e6;
font-size: 14px;
}
@media only screen and (max-width: 1200px) {
table{
width: 100%;
overflow-x: scroll; 
}
}
table tbody tr:nth-child(2n){
  background-color: #f0f0f0;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

table thead tr td{
background-color: #645e60;
padding: 8px 16px;
color: #fff;
}
table thead tr th{
background-color: #645e60;
padding: 8px 16px;
color: #fff;
}
table  tr a{
color: #7d00b9;
}