/* White on Black theme */

body,
option,
input,
textarea,
select,
button {
    font: normal 400 normal 1.125rem/1.85625rem system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*[hidden] { display: none; }

th { font-weight: 600; }

td,
th {
    padding: 0.928125rem 1.125rem;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
}

/* Table header / rows */
thead th {
    border-bottom: 0 solid #666;
    border-left: 0 solid #333;
    padding-bottom: 0.39375rem;
}
thead th:first-child { border-left: 0; }
tbody tr:hover { background-color: #0b0b0b; }

table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
@media all and (max-width: 1024px) {
    table { display: none; }
    table thead { display: none; }
}
table tr { border-bottom-width: 0.135rem; }
table tr td,
table tr th {
    overflow: hidden;
    padding: 0.3375rem 0.225rem;
}
@media all and (max-width: 1024px) {
    table tr td, table tr th { border: 0; display: inline-block; }
    table tr { display: inline-block; margin: 0.675rem 0; }
    table { display: inline-block; }
}

fieldset label, fieldset legend { display: block; }
fieldset legend { margin: 1.125rem 0; }

input, textarea, select, button {
    border-radius: 3.6px;
    display: inline-block;
    padding: 0.61875rem;
}

/* flow helpers */
input + label,
input + input[type="checkbox"],
input + input[type="radio"],
textarea + label,
textarea + input[type="checkbox"],
textarea + input[type="radio"],
select + label,
select + input[type="checkbox"],
select + input[type="radio"],
button + label,
button + input[type="checkbox"],
button + input[type="radio"] { page-break-before: always; }

input, select, label { margin-right: 0.225rem; }

textarea { min-height: 5.625rem; min-width: 22.5rem; }
label { display: inline-block; margin-bottom: 0.7875rem; }
label + * { page-break-before: always; }
label > input { margin-bottom: 0; }

/* Buttons (neutral) */
input[type="submit"],
input[type="reset"],
button {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    cursor: pointer;
    display: inline;
    margin-bottom: 1.125rem;
    margin-right: 0.45rem;
    padding: 0.4078125rem 1.4625rem;
    text-align: center;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background: #1b1b1b;
    color: #fff;
}

/* Disabled */
input[type="submit"][disabled],
input[type="reset"][disabled],
button[disabled] {
    background: #2b2b2b;
    color: #8a8a8a;
    border-color: #3a3a3a;
    cursor: not-allowed;
}

/* Primary submit buttons */
input[type="submit"],
button[type="submit"] {
    background: #111;
    color: #fff;
    border: 1px solid #444;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #272727;
    color: #fff;
}

/* Inputs / controls */
input, select, textarea { margin-bottom: 1.125rem; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="range"],
input[type="file"],
input[type="datetime-local"],
select,
textarea {
    background: #0b0b0b;
    color: #fff;
    border: 1px solid #333;
    padding: 0.3375rem 0.39375rem;
}

input[type="checkbox"],
input[type="radio"] {
    flex-grow: 0;
    height: 1.85625rem;
    margin-left: 0;
    margin-right: 9px;
    vertical-align: middle;
}
input[type="checkbox"] + label,
input[type="radio"] + label { page-break-before: avoid; }

select[multiple] { min-width: 270px; }

/* Fonts repeated explicitly */
body, input, textarea, select, button, option {
    font: normal 400 normal 1.125rem/1.85625rem system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Code / pre formatting */
pre, code, kbd, samp, var, output {
    font: 0.9rem Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
    border-left: 0 solid;
    line-height: 1.575rem;
    overflow: auto;
    padding-left: 18px;
}
pre code {
    background: none;
    border: 0;
    line-height: 1.85625rem;
    padding: 0;
}

/* Inline code style */
code, kbd {
    background: #111;
    border-radius: 3.6px;
    color: #fff;
    display: inline-block;
    line-height: 1.125rem;
    padding: 0.225rem 0.39375rem 0.16875rem;
}
/* Keyboard key appearance: slightly lighter */
kbd { background: #222; color: #fff; }

/* Highlight (mark) */
mark { background: #222; padding: 0 0.225rem; color: #fff; }

/* Headings */
h1,h2,h3,h4,h5,h6 { color: #fff; margin-bottom: 1.125rem; }

h1 {
    font-size: 2.25rem; font-weight: 500; line-height: 2.7rem; margin-top: 4.5rem;
}
h2 {
    font-size: 1.575rem; font-weight: 400; line-height: 2.1375rem; margin-top: 3.375rem;
}
h3 {
    font-size: 1.35rem; line-height: 1.6875rem; margin-top: 2.25rem;
}
h4 {
    font-size: 1.125rem; line-height: 1.4625rem; margin-top: 1.125rem;
}
h5 {
    font-size: 0.9rem; font-weight: bold; line-height: 1.35rem; text-transform: uppercase;
}
h6 {
    color: #999; font-size: 0.9rem; font-weight: bold; line-height: 1.125rem; text-transform: uppercase;
}

/* Links */
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Rule */
hr { border-bottom: 1px solid #333; }

/* Small text */
figcaption, small { font-size: 0.95625rem; color: #999; }
figcaption { color: #999; }

/* Italics / weights */
var, em, i { font-style: italic; }
dt, strong, b { font-weight: 600; }
del, s { text-decoration: line-through; }
ins, u { text-decoration: underline; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Reset tweaks */
* {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    padding: 0;
    vertical-align: baseline;
}

html, body { width: 100%; }
html { height: 100%; }
body {
    background: #000;
    color: #fff;
    padding: 36px;
}

p, ul, ol, dl, blockquote, hr, pre, table, form, fieldset, figure, address {
    margin-bottom: 1.85625rem;
}

section { margin-left: auto; margin-right: auto; width: 900px; }
aside { float: right; width: 285px; }

article, header, footer { padding: 43.2px; }
article { background: #000; border: 1px solid #222; }

nav { text-align: center; }
nav ul { list-style: none; margin-left: 0; text-align: center; }
nav ul li { display: inline-block; margin-left: 9px; margin-right: 9px; vertical-align: middle; }
nav ul li:first-child { margin-left: 0; }
nav ul li:last-child { margin-right: 0; }

ol, ul { margin-left: 31.5px; }
li dl, li ol, li ul { margin-bottom: 0; }
dl { display: inline-block; }
dt { padding: 0 1.125rem; }
dd { padding: 0 1.125rem 0.28125rem; }
dd:last-of-type { border-bottom: 0 solid #666; }
dd + dt { border-top: 0 solid #666; padding-top: 0.5625rem; }

/* Blockquote in dark */
blockquote {
    border-left: 0 solid #333;
    padding: 0.28125rem 1.125rem 0.28125rem 0.99rem;
}
blockquote footer { color: #999; font-size: 0.84375rem; margin: 0; }
blockquote p { margin-bottom: 0; }

img { height: auto; margin: 0 auto; }
figure img { display: block; }

/* Responsive tweaks remain */
@media (max-width: 767px) {
    body { padding: 18px 0; }
    article { border: 0; padding: 18px; }
    header, footer { padding: 18px; }
    textarea, input, select { min-width: 0; }
    fieldset { min-width: 0; }
    fieldset * { flex-grow: 1; page-break-before: auto; }
    section { width: auto; }
    x:-moz-any-link { display: table-cell; }
}

* {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

*::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  ul.nobullets {
    list-style-type: none;
    padding-left: 0;
  }
