  /* Style for results page */

  .search-findit-message {
    color: #ffffff;
    background: #2B4FD2;
    padding: 4px;
    border-radius: 4px;
  }

  .date-search-message {
    display: none;
    font-Weight:bold;
    font-Style: italic;
    font-Size: 0.9em !important;
  }

  thead th {
    border-bottom: 2px solid #333;
  }

  thead th:hover {
    background-color: #ddd;
  }

  .results-table th,
  td {
    text-align: left;
    padding: 16px;
  }

  .results-table tr:nth-child(even) {
    background-color: #f2f2f2
  }