html
{
  height:100%;
}
body
{
  background:linear-gradient(0deg, #111 0%, black 100%);
  height:100%;
  color:snow;
  -font-family:'Press Start 2P', monospace;
}
h1
{
  font-size:30px;
}
h2
{
  font-size:24px;
}
a, a:hover
{
  color:lightgray;
}
th
{
  color:snow;
  background-color:#111;
}
td
{
  color:lightgray;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #111;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #222;
}

input.double,.double
{
  -ms-transform:scale(1.8);
  -moz-transform:scale(1.8);
  -webkit-transform:scale(1.8);
  -o-transform:scale(1.8);
}
.btnone
{
  background-color:transparent;
  border:none;
  padding:0;
}
.mono
{
  font-family:monospace;
}

.dropdown-menu-custom .dropdown-item:hover
{
  background-color: firebrick;
  color: #212529;
}

.dropdown-menu-custom .dropdown-item.active
{
  background-color: indianred;
}

.dropdown-menu-custom .dropdown-item.active a
{
  color: white;
}
