<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table styling for administrative lists*/
table.list {
  margin-top: 1em;
  border-collapse: collapse; }

table.list td {
  padding: 3px 2em 3px 0px; }

/* For Gold Affiliates */
#content {
  padding: 0px;
  margin: 0px;
  overflow: hidden; }

#content {
  min-height: 1000px; }

#affiliate_page {
  width: 580px;
  /* 75% of width - left and right margin given below */
  float: left;
  margin: 10px 10px 10px 10px; }

/* Affiliate Links */
/* Background to links */
#affiliate_links {
  width: 190px;
  /* 800 - 580 - 10 - 10 */
  float: right;
  font-size: 11px;
  background: #BCCCDB; }

#affiliate_links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none; }

#affiliate_links li {
  margin: 0px;
  padding: 0px; }

#affiliate_links li a {
  display: block;
  width: 170px;
  /* 190 - 10 - 10 */
  margin: 0px;
  padding: 10px;
  background-color: #243748;
  border-top: 1px solid #90bade;
  text-decoration: none;
  color: #FFF; }

#affiliate_links li a:hover, #affiliate_links li a:active {
  background-color: #72AADD;
  color: #000; }

html &gt; body #affiliate_links li a {
  width: auto; }

/* For Color Picker */
.color {
  width: 6em; }

/* CSS to allow background to menu links, without faux column image requirements */
#affiliate_links {
  margin-bottom: -3000px;
  padding-bottom: 3000px; }

a.virgin:visited, a.virgin:link, a.virgin:hover, a.virgin:active {
  text-decoration: none;
  background-color: #000; }

#content:after {
  content: '[DO NOT LEAVE IT IS NOT REAL]';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.analytics td, .analytics th {
    padding: 0px 6px 4px 0px;
}

* &gt; #footer {
  position: relative;
  z-index: 1000;
  clear: both; }

/* Popups */
.help-popup {
  padding: 10px;
}

.alphacube_buttons input {
  padding: 3px !important;
  width: 130px;
}

.alphacube_message {
  font-size: larger;
  font-family: inherit;
}</pre></body></html>