html, body {
  margin: 0;
  padding: 0;
  background: #000 url("../images/gifs/space4.gif") repeat;
  background-attachment: fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

.side-mons {
  position: absolute;
  top: 140px;
  height: 380px;
  z-index: 1;
  pointer-events: none;
}

.visa-fixed {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 20;
  cursor: pointer;
}

.side-mons.left { left: 8px; }
.side-mons.right { right: 8px; }
@media (max-width: 1200px) {
  .side-mons { display: none; }
}

a {
  color: #0000ee;
  text-decoration: underline;
}
a:visited { color: #551a8b; }
a:hover {
  color: #ff0000;
  text-decoration: underline overline;
}
a:active { color: #ff8000; }

.wrap { width: 800px; margin: 0 auto; }

.header-bar {
  background: #003399;
  color: #fff;
  height: 96px;
  padding: 0 16px;
  vertical-align: middle;
  font-family: "Arial Black", Impact, sans-serif;
}

.header-bar .title {
  font-size: 28px;
  letter-spacing: 2px;
}

.nav-strip {
  background: #82b3e5;
  height: 26px;
  text-align: center;
  font-size: 10px;
  color: #000;
}

.content-bg { background: #fff; }

.section-title {
  background: #003399;
  color: #fff;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

.profile-name {
  font-size: 16px;
  font-weight: bold;
}

.tagline {
  font-style: italic;
  color: #003399;
}

.stats {
  font-size: 11px;
  line-height: 1.5;
}

.pgp-fp {
  font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
  font-size: 8px!important;
  font-weight: 900;
  letter-spacing: 0.5px;
  word-break: break-all;
  background: #eee;
  padding: 2px 4px;
  border: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 0 1px currentColor;
}

.pgp-fp:hover { background: #ffc; }

.rainbow {
  background: linear-gradient(90deg, #ff0000, #ff8000, #ffd500, #00b300, #0080ff, #8000ff, #ff0080, #ff0000);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: rainbow-shift 3s linear infinite;
  font-weight: 900;
  text-shadow: none;
}

@keyframes rainbow-shift {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

table.data th, table.data td {
  border: 1px solid #999;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

table.data th {
  background: #82b3e5;
  font-weight: bold;
}

.banners-wall img {
  margin: 2px;
  vertical-align: middle;
}

.counter {
  text-align: center;
  font-size: 10px;
  padding: 8px 0;
}

.interest-label {
  font-weight: bold;
  color: #003399;
}

.about-prose {
  font-size: 12px;
  line-height: 1.5;
}
