*:not(table, tr, td, th, a) {
  color: white;
  background-color: #000000;
}

a {
  color:rgb(159, 245, 255);
}

a:visited
{
color:rgb(234, 171, 255);
}

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

table td {
  border: 1px solid #ddd;
  padding: 4px;
}

table tr:nth-child(even){background-color: #000000; color:white}

table tr:nth-child(odd){background-color: #453f3f; color:white}

table tr:hover {background-color: rgb(114, 105, 105); color: white;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
  background-color: #0e5138;
  color: white;
  
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  outline: #ddd;
  outline-style: solid;
  outline-width: 1px;
}

.stickyColumn {
  background-color: #0e5138;
  color: white;
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
  left: 0;
  outline: #ddd;
  outline-style: solid;
  outline-width: 1px;
}

.moreStickyColumn {
  background-color: #0e5138;
  color: white;
  position: sticky;
  position: -webkit-sticky;
  z-index: 3;
  left: 0;
  outline: #ddd;
  outline-style: solid;
  outline-width: 1px;
}