table.requests {
  width: 100%;
  border: 1px solid red;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
table.requests thead tr th {
  padding: 10px 5px;
  color: #fff;
  background-color: red;
}
table.requests tbody tr td {
  border: 1px solid red;
  padding: 5px;
}
table.requests tbody tr td a:link,
table.requests tbody tr td a:visited {
  text-decoration: none;
  color: red;
}

.onPageNavigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.onPageNavigation ul li {
  background-color: rgba(226, 233, 237, 0.18);
  transition: background-color 0.12s linear;
  padding: 10px;
  margin-bottom: 1px;
  font-weight: bold;
  color: #1F4F71;
}
.onPageNavigation ul li:hover {
  background-color: rgba(226, 233, 237, 0.45);
}
.onPageNavigation ul a:link, .onPageNavigation ul a:visited {
  color: #27296E;
  text-decoration: none;
}
.onPageNavigation ul a:hover {
  color: #D52900;
}/*# sourceMappingURL=custom.css.map */