body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: auto;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

:disabled {
  opacity: 0.3;
}

.inactive {
  opacity: 0.3;
}

@media (max-width: 1880px) {
  td.stack{
    display: block;
  }
}

img {
  border: 0px;
  max-width: 100%;
}

.stat {
  border-radius: 15px;
}

img.icon {
  margin: auto;
  position: relative;
  bottom: -3px;
}

.notvisible {
  opacity: 0.5;
}

.container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  text-wrap: balance;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  font-size: 80px;
  font-weight: 300;
  color:#FF0000;
  text-shadow: rgba(0, 0, 0, 1) 5px 5px 10px;
  z-index: 1;
}

.topright {
  margin: auto;
  position: fixed;
  color:#FF0000;
  font-size: 2em;
  top: 0.2em;
  right: 0.4em;
}

td {
  padding: 5px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tooltip {
  display: none;
  font-size: x-large;
  border-radius: 15px;
  width: auto;
  top:1px;
}

nav {
  font-size: xx-large;
}

ul {
  list-style: none;
  margin: 0;
  text-decoration: none;
}

li {
  border-radius: 15px;
  display: block;
  float: right;
  padding: .3em .5em .3em .5em;
  position: relative;
  text-decoration: none;
  transition-duration: 0.2s;
}

.simulist {
  padding: .3em .5em .3em .5em;
  border-radius: 15px;
  width:min-content;
}

li a {
  color: #FFFFFF;
  font-weight: bold;
}

li:hover,
li:focus-within,
.simulist:hover {
  background: #848484;
  cursor: pointer;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  border-radius: 15px;
  right: 0em;
  top: 58px;
  display: none;
  font-size: xx-large;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   z-index: 2;
}

ul li ul li {
  width: 100%;
}

table.title {
  position: sticky;
  text-wrap: balance;
  top: 0.3em;
  font-size: xxx-large;
  border-radius: 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  z-index: 2;
}

tr.title_small td, tr.title_small th {
  font-size: xx-large;
  font-weight: bold;
}

tr.title {
  font-size: xxx-large;
  text-wrap: balance;
}

tr.smaller td, tr.smaller th, .smaller {
  font-size: x-large;
}

.red {
  color: #FF0000;
}

table.setup {
  width: auto;
  margin: auto;
}

button {
  padding: 2px 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.bigbutton {
  font-size: xxx-large;
}

.savebutton {
  font-size: xx-large;
  font-weight: bold;
  padding: 5px;
}

div.totalscore {
  font-size: xxx-large;
  font-weight: bold;
}