:root {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}
nav, header {
    float: left;
}
nav {
    background-color: white; 
    width: 10%; 
    height: 100vh;
    padding-top: 7vh;
    color: black;
    position: fixed;
    top: 0;
    left: 0;
}
nav h3 {
    color: red;
    margin: 0;
    margin-left: 5%;
}
nav ul {
    margin: 0;
    padding: 0 15%;
}
nav ul li:first-child {
    padding: 5px 0 0;
}
nav ul li:last-child {
    padding: 0 0 5px;
}
nav ul li {
    padding: 0;
}
nav a, nav a:visited {
    color: black;
    text-decoration: none;
}
nav a:hover {
    text-decoration: underline;
}
nav h3 a, nav h3 a:visited {
    color: red;
}
main, header {
    margin-left:10%;
}
header {
    width: 90%; 
    height: 7vh;
    border-bottom: gray solid 1px;
    position: relative;
}
header div {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
}
header div p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.25em;
    color: #4c4e9e;
}
header div p span.pink {
    color: #8f03cb;
}
header div p span.purple {
    color: #76499e;
}
#show_thread {
    width: max-content;
    padding: 0;
    margin: 0;
    font-size: 1.25em;
    color: #4c4e9e;
    position: absolute;
    bottom: 0;
    right: 20px;
}

main {
    width: 65%; 
    height: 93vh; 
    float: left;
}
main h1 {
    color: red;
    padding: 0;
    margin: 0 20px;
}

main form {
    margin: auto;
    width: max-content;
    padding: 0;
    color: #4c4e9e;
    display: none;
}
main form table {
    border-collapse: separate;
    border-spacing: 3px 5px;
}
main form table tr:last-child td {
    text-align: center;
}
main form table tr th {
    font-size: 1.5em;
}
main form table tr td {
    font-size: 1.1em;
    text-align: right;
    vertical-align: top;
}
main form table tr td textarea::-webkit-scrollbar {
    display: none;
}
main form table tr td input:focus, main form table tr td textarea:focus {
    outline: none;
}
main form table tr td textarea, main form table tr td input, main form table tr td select {
    resize: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: black;
    border: #4c4e9e 2px solid;
    color: #8f03cb;
}
main form table tr td input[type=submit] {
    width: min-content;
    text-align: center;
    padding: 3px 5px 2px;
    color: #8f03cb;
}
main form table tr td input[type=submit]:hover {
    cursor: pointer;
}
main form table tr td input[type=submit]:focus {
    color: #4c4e9e;
    border: #76499e 2px solid;
}
main form span.required, main form p.required {
    color: red
}
main form p.required {
    text-align: center;
}
main form p#info {
    margin: 5px 0; 
    font-size: 0.9em;
}
main form p#info span.required {
    margin: 0;
}
main form#tab {
    display: inline-block;
    margin: 0 5px;
}
main form#tab input[type=number] {
    width: 2em;
    text-align: center;
    border: none;
    background-color: transparent;
    color: white;
    margin-bottom: 10px;
    border: transparent 2px solid;
}
main form#tab input[type=number]:focus {
    color: #4c4e9e;
    border: #76499e 2px solid;
}
main form#tab input[type=number]::-webkit-inner-spin-button,
main form#tab input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main form#tab input[type=number] {
  -moz-appearance: textfield;
}
main div#tab {
  margin:auto; 
  width:20%
}

main table#threads {
    color: white; 
    margin: 0 auto 0 20px; 
    font-weight: normal;
    border-collapse: collapse;
    width: 60%;
}
main table tr td p {
    margin: 0 auto 0.5em;
}
main table tr td p:last-child {
    margin: 0;
}
main table tr td.post_id {
    vertical-align: top; 
    text-align: right;
}
main table tr td span.user_id {
    color: #4c4e9e; 
    font-weight: bolder;
}
main table tr td span.post_title {
    font-weight: bolder;
}
main table tr td.new_post {
    padding-top: 15px;
    padding-right: 5px;
}
main table tr:first-child td.new_post {
    padding-top: 20px;
}
main table tr td.new_post a {
    text-decoration: underline;
    color:white;
    font-weight: bold;
}
main table tr td p a {
    text-decoration: underline;
    color:#4c4e9e;
    font-weight: bold;
}
main a.post_link {
    color: white;
    text-decoration: none;
}
main a.post_link:hover {
    color: #4c4e9e;
}
main a.post_link:visited {
    color: white;
}

aside {
    background-color: #4c4f4e; 
    width: 25%; 
    height: 93vh; 
    position: fixed; 
    bottom: 0; 
    right: 0;
}
aside div#names_box {
    overflow: scroll;
    height: 90vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
aside div#names_box::-webkit-scrollbar {
    display: none;
}
aside div#names {
    height: 3vh;
    display: flex;
    align-items: center;
}
aside div#names h2, aside div#names h2 a {
    width: 100%;
    margin: 0;
    background-color: #939597;
    color: white;
    text-align: center;
    text-decoration: none;
}
aside div#names_box p {
    width: 100%;
    padding-left: 2%;
    height: 3vh;
    display: flex;
    align-items: center;
    margin: auto;
}
aside div#names_box p:hover {
    background-color: #5e6160;
}
aside div#names_box p span.title {
    color: #002eff;
    font-weight: bolder;
    font-size: 120%;
}
aside div#names_box p span.data {
    color: white;
    font-weight: normal;
    font-size: 120%;
    margin-left: 20px;
}
#rules {
    display: none;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}