body {
  margin: 0px;
  padding-bottom: 100px;
  position: relative;
  background-image: url('/images/HooliganStudios2ToneGroupLogo15CounterClockwiseRotation.png');
  background-size: 300px 300px;
}

table {
  border-collapse: collapse;
  width: 60%;
  box-shadow: 0px 0px 5px grey;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #4CAF50;
  color: white;
}

tr:hover {
  background-color:#f5f5f5;
}

a {
  color: #000000;
  text-decoration: none;
}

#whitebox {
  background-color: #FFFFFF;
  border-color: #000000;
  border: solid 2px;
  width: 20%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  opacity: 0.5;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.header .righttext {
  float: right;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
}

.header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.header li {
  float: left;
}

.header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.header li a:hover:not(.active) {
  background-color: #111;
}

.header .active {
  background-color: #4CAF50;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #333;
  color: #FFFFFF;
  text-align: center;
}