#table-results {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}
  
#table-results td, #table-results th {
    border: 1px solid #ddd;
    padding: 8px;
}
  
#table-results tr:nth-child(even){background-color: #f2f2f2;}
  
#table-results tr:hover {background-color: #ddd;}
  
#table-results th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00019B;
    color: white;
}