
body {
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

table {
  white-space: nowrap;
}

td, th {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  padding: 4px;
}

a {
  color: #ffffff;
}

canvas {
  margin-left: 10px;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  background-color: #000000;
}

.textbox {
  background-color: #000000;
  border: 1px solid #ffffff;
  padding: 4px;
  font-family: "Arial";
  color: #ffffff;
}

.content {
  padding-bottom: 50px;
}

.text {
  font-family: "Arial";
  color: #ffffff;
}

.tablehead {
  font-family: "Arial";
  color: #ffffff;
  font-weight: bold;
}

.disableselect {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
