div {
  margin-top: 8px;
}
body {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 200%;
  background-color: #2d89ef;
  color: #fff;
}
.boldy {
  font-weight: bold;
}
.smol {
    font-size: 16px;
}
.smoller {
    font-size: 14px;
}
.debug {
  text-align: left;
  padding: 5px;
  white-space: pre-line;
  font-family: monospace;
  color: #99cc33;
  background-color: #000000;
  width: 66%;
}
.code {
  text-align: left;
  white-space: pre-line;
  font-size: 80%;
  font-family: monospace;
  color: #ffffff;
  background-color: #000000;
}
input,
select {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  font-family: inherit;
  color: #000;
}
a,
a:active {
  outline: underline;
  color: #fff;
}
a:link {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #fff;
  text-decoration: underline;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
.tablink a,
a:active,
a:link,
a:visited,
a:hover {
  color: #2d89ef;
  text-decoration: underline;
}
.barelink a,
a:active,
a:link,
a:visited,
a:hover {
  color: #fff;
  text-decoration: underline;
}
.cleanlink {
  text-decoration: none !important;
}
.about {
  font-size: 50%;
}
h2 {
  margin: 0px;
  padding: 0px;
}
.loading {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 640px;
  max-width: 100%;
  height: 320px;
}

.control {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 640px;
  max-width: 100%;
  box-sizing: border-box;
}
.label {
  display: inline-block;
  width: 214px;
  flex-shrink: 0;
  text-align: left;
}
.stoopid {
  width: 426px;
  flex: 1;
  min-width: 0;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #ffffff;
  border: none;
  color: #000;
  padding: 5px 15px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.logo {
  font-size: 64px;
  display: inline-block;
}
.logo a:hover {
  color: #fff;
  text-decoration: none;
}
.hero-img {
  width: 640px;
  margin: 40px 0;
}
@media only screen and (max-width: 640px) {
  body {
    margin: 0px;
    padding: 10px;
    font-size: 140%;
  }
  h2 {
    font-size: 1.2em;
  }
  .hero-img {
    width: 100%;
    margin: 20px 0;
  }
  .label {
    width: auto;
    min-width: 100px;
  }
  .chat {
    font-size: 24px;
  }
  .code {
    font-size: 12px;
    word-break: break-all;
  }
  .tab button {
    padding: 10px 8px;
    font-size: 14px;
  }
}
#welcome {
  border: 1px solid #fff;
  color: #2d89ef;
  background-color: white;
  font-size: 0.8em;
  max-width: 90%;
  padding: 10px;
  margin: 0px;
  margin-top: 0px;
}

.embiggen {
  font-size: 150%;
}

.cromulent a,
a:active {
  outline: underline;
  color: #000;
}
.cromulent a:link {
  color: #2d89ef;
  text-decoration: underline;
}
.cromulent a:active {
  color: #2d89ef;
  text-decoration: underline;
}
.cromulent a:visited {
  color: #2d89ef;
  text-decoration: underline;
}
.cromulent a:hover {
  color: #2d89ef;
  text-decoration: underline;
}
.token {
  color: #000 !important;
}
.copied {
  font-size: 80%;
  color: #647687;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes twist-up {
  to {
    transform: rotateX(360deg);
  }
}
.chat {
  font-family: monospace;
  font-size: 36px;
  width: 640px;
  max-width: 100%;
  box-sizing: border-box;
  border-top: 0px;
}

.bookmarks {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));
  grid-auto-rows: 222px;
  grid-auto-flow: dense;
  justify-content: center;
  padding: 10px 10px 10px;
}

.bookmark {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.dashboard_label {
  font-family: monospace;
  font-size: 66%;
}

.btw {
  display: inline-block;
  padding: 8px;
  border-radius: 25px;
  font-size: 50%;
  background-color: rgb(245, 127, 23);
  color: #fff;
}

.heart_column {
  color: #000;
}

.heart_message {
  font-family: monospace;
  white-space: pre-wrap;
}

.tabupload {
  background-color: #fff;
  color: #2d89ef;
}

.tabcontainer {
  width: 640px;
  max-width: 100%;
  background-color: #2d89ef;
  color: #fff;
}

.tab {
  overflow: hidden;
  background-color: #2d89ef;
  width: 640px;
  max-width: 100%;
}

.tab button {
  background-color: #d9d9d9;
  float: left;
  border: 1px solid #000;
  border-bottom-width: 0;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #d9d9d9;
}

.tab button.active {
  background-color: #fff;
}

.tabcontent {
  display: none;
  margin-top: 0px;
}

.tabs {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  border-radius: 10px 10px 0 0;
}

.upload_button {
  background-color: #2d89ef !important;
  color: #fff !important;
}

.tabinfo {
  text-align: left;
  color: black;
  font-size: 24px;
  padding: 8px;
}
.sharelink {
  font-size: 80%;
  font-family: monospace;
  color: #2d89ef !important;
}

.chatlist {
  width: 640px;
  max-width: 100%;
}

.copypaste {
  color: #2d89ef;
  padding: 2px;
  border: 1px solid #2d89ef;
}

#preview_reminder {
  width: 640px;
  max-width: 100%;
  margin-bottom: 40px;
}

.stupidcolor {
  color: #2d89ef;
}

table {
  border-collapse: collapse;
  width: 100%;
}
td,
th {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background: #2d89ef;
}
tr:nth-child(odd) {
  background: #000;
}

.dtd {
  border: 1px solid #2d89ef;
}

.itd {
  text-align: center;
}

.patience {
  width: 640px;
  max-width: 100%;
  margin-bottom: 40px;
}
