html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;

  color: #c9d4ca;
  background-color: #020503;

  /* Very old-web style star field made from tiny repeating dots. */
  background-image:
    radial-gradient(circle, rgba(170, 255, 190, 0.65) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(80, 180, 100, 0.45) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(220, 255, 225, 0.35) 0 1px, transparent 1px);

  background-size: 97px 83px, 137px 121px, 173px 157px;
  background-position: 11px 7px, 37px 49px, 71px 21px;

  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

a {
  color: #79d98a;
}

a:visited {
  color: #65bd75;
}

a:hover {
  color: #b4ffbd;
}

.page {
  width: 760px;
  max-width: 94%;
  margin: 30px auto;

  background: #030704;

  border: 1px solid #296b37;
}

.topline {
  padding: 5px 8px;

  color: #8fe49c;
  background: #07110a;

  border-bottom: 1px solid #214d2a;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}

.header {
  padding: 18px 20px 15px;

  background:
    linear-gradient(#0b1d0e, #020703);

  border-bottom: 3px double #367b42;
}

.header-title {
  color: #abffb5;

  font-family: "Courier New", Courier, monospace;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -2px;

  text-shadow: 2px 2px 0 #001b07;
}

.header-subtitle {
  margin-top: 2px;

  color: #77907c;

  font-size: 13px;
}

.blink-line {
  padding: 4px 8px;

  color: #86cf8d;
  background: #020603;

  border-bottom: 1px dotted #265631;

  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  text-align: center;
}

.blink-line span:first-child {
  color: #a1f7ad;
  font-weight: bold;
}

.content-table {
  width: 100%;
}

.side {
  width: 150px;

  padding: 14px;

  vertical-align: top;

  color: #819486;
  background: #040905;

  border-right: 1px solid #285433;

  font-family: Arial, Helvetica, sans-serif;
}

.side-title {
  margin-bottom: 12px;

  padding-bottom: 4px;

  color: #91e59c;

  border-bottom: 1px dotted #2f6138;

  font-size: 11px;
  font-weight: bold;
}

.side-item {
  margin: 7px 0;

  color: #75c981;

  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}

.side-small {
  color: #627266;

  font-size: 10px;
  line-height: 1.5;
}

.side-online {
  margin-top: 4px;

  color: #6ddb7d;

  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}

.main {
  padding: 15px;

  vertical-align: top;
}

.box {
  margin-bottom: 13px;
  padding: 13px;

  /* Old-school beveled box, not a modern card. */
  background: #050a06;

  border-top: 1px solid #5aab68;
  border-left: 1px solid #3f8b4c;
  border-right: 1px solid #15351e;
  border-bottom: 1px solid #102818;

  box-shadow:
    inset 1px 1px 0 #173d20,
    inset -1px -1px 0 #020402;
}

.box-title {
  margin: -13px -13px 12px;
  padding: 5px 8px;

  color: #b2ffba;

  background:
    linear-gradient(90deg, #0c2110, #07130a 55%, #020603);

  border-bottom: 1px solid #2d6137;

  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: bold;
}

.status-row {
  display: table;
  margin-bottom: 13px;
}

.roblox-dot {
  display: table-cell;

  padding-right: 8px;

  color: #69746c;

  vertical-align: top;
  font-size: 14px;
}

.roblox-name {
  color: #d4ddd5;
  font-size: 15px;
}

.offline {
  margin-top: 2px;

  color: #68746b;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.old-button {
  display: block;

  padding: 7px 6px;

  color: #9feaaa;
  background:
    linear-gradient(#0a180d, #030704);

  border-top: 1px solid #4d9959;
  border-left: 1px solid #367542;
  border-right: 1px solid #17361f;
  border-bottom: 1px solid #12301a;

  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.old-button:hover {
  color: #d2ffd8;
  background: #0b1d0e;
}

.about {
  display: table;
  width: 100%;
}

.avatar-box {
  display: table-cell;

  width: 76px;
  height: 76px;

  padding: 3px;

  vertical-align: middle;

  background: #020503;

  border-top: 1px solid #4b9a58;
  border-left: 1px solid #357542;
  border-right: 1px solid #15351d;
  border-bottom: 1px solid #102719;
}

.avatar-box img {
  display: block;

  width: 76px;
  height: 76px;

  object-fit: cover;

  background: #010201;
}

.about-text {
  display: table-cell;

  padding-left: 15px;

  color: #acb9ae;

  vertical-align: middle;

  font-size: 13px;
  line-height: 1.5;
}

.tiny-note {
  color: #58705d;

  font-size: 11px;
  text-align: center;
}

.footer {
  padding: 7px;

  color: #526157;
  background: #020403;

  border-top: 1px solid #1d4126;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}

.footer a {
  color: #5d9d68;
  text-decoration: none;
}

@media (max-width: 650px) {
  .page {
    width: 94%;
    margin: 15px auto;
  }

  .side {
    width: 110px;
    padding: 10px;
  }

  .main {
    padding: 10px;
  }

  .header-title {
    font-size: 34px;
  }

  .about-text {
    font-size: 12px;
  }

  .avatar-box,
  .avatar-box img {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 480px) {
  .content-table,
  .content-table tr,
  .content-table td {
    display: block;
    width: auto;
  }

  .side {
    border-right: 0;
    border-bottom: 1px solid #285433;
  }

  .side-item {
    display: inline-block;
    margin-right: 12px;
  }
}
