.drmgrjk{
  border-collapse: separate;
  border-spacing: 0;
  font-size:12px;
  
  overflow: hidden;
}
.drmgrjk th {
  background-color: #705ec7;
  color: #FFFFFF;
}
.drmgrjk td {
 color:black;
}
.drmgrjk th,.drmgrjk td {
  padding: 5px 0px 5px 10px;
  border: 1px solid #e4e1e1;
 
}
.drmgrjk tr:nth-child(odd) {
  background-color: #f0ebfe; 
}
/* required css to make rounded table (below) */
tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}