div.res_grid {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

div.res_grid td{
  border: 1px solid #ddd;
  padding: 8px;
}

div.res_grid tr:nth-child(even){background-color: #f2f2f2;}

div.res_grid tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #0041C2;
  color: white;
}

div.res_grid th{
  background-color: rgb(0, 0, 255);
  color:#ffffff;
  font-weight: bold;
  font-size: 18px;
}

div.res_grid th.cve{
  width: 15em
}
div.res_grid td.cve p{
  width: 18ch
}
