#mainContent {
  font-family: Arial, sans-serif;
  font-size: larger;
}

.centered {
  text-align: center !important;
}


.centeredTable {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

/* FIND LIST TABLE  */
table.findList {
  border-collapse: collapse;
  margin: 25px;
  table-layout: fixed;
  font-size: medium;
}

table.findList td {
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
}

table.findList th {
  text-align: left;
  padding: 5px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f2f2f2;
  position: sticky; /* Makes headers sticky */
  top: 0; /* Makes headers sticky */
}

table.findList a {
  color:inherit;
  text-decoration: none;
}