table {
  border-collapse: collapse;
  width: 100%;
  border-style: solid;
}

th,
td {
  padding: 16px;
  text-align: left;
  border-style: solid;
}

td {
  text-align: left;
  border-style: solid;
}

th {
  background-color: #36304b;
  color: white;
  text-align: center;
  border-style: solid;
}

tr:hover {
  background: rgb(239, 239, 239) -50px;
}

th:hover {
  cursor: pointer;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#header-left-container {
  float: left;
  width: 30%;
}
#header-right-container {
  border: 1px solid gray;
  float: right;
  width: 69%;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  border-style: solid;
}

.column {
  flex: 50%;
  padding: 5px;
  border-style: solid;
}

#searchTable {
  background-image: url("/css/searchicon.png"); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
}
