html {
  overflow-y: scroll;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #aaaaaa;
  margin: 0px;
  background: #333333 url('/files/images/bg.gif') fixed;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
#main {
  display: block;
  margin: 20px auto 120px auto;
  padding: 20px 20px 40px 20px;
  width: 800px;
}
header {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Console", monospace;
  color: #b0b0b0;
  text-shadow: 0px 1px 1px #202020;
}
header pre {
  display: block;
  margin: 0px 0px 22px 10px;
  font-size: 12px;
  line-height: 1;
}
header ol {
  display: block;
  margin: 0px;
  padding: 0px;
}
header ol li {
  display: block;
  margin: 0px;
}
header ol li:not(:last-child) a {
  padding: 0px 0px 5px 0px;
}
header ol li a {
  display: block;
  margin: 0px;
  padding: 0px;
  color: #aaaaaa;
  text-decoration: none;
}
header ol li a:hover {
  color: white;
  text-shadow: 0px 1px 1px black;
}
header iframe {
  display: block;
  margin: 20px -6px 0px 2px;
}
footer {
  display: block;
  margin: 30px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px dotted #666666;
  font-size: 11px;
  color: #666666;
}
footer span {
  float: right;
}
section {
  width: 600px;
  margin: 0px 0px 0px 200px;
  padding: 20px 0px 0px 0px;
}
section h1,
section h2 {
  font-weight: normal;
  color: white;
}
section h1 span,
section h2 span {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  font-style: italic;
  color: #666666;
}
section h1 {
  font-size: 20px;
  margin: 10px 0px 20px 0px;
  padding: 0px;
}
section h1:before,
section h1:after {
  display: block;
  font-size: 11px;
  color: #666666;
  content: "#####################################################################################################################################";
  white-space: nowrap;
  overflow: hidden;
}
section h2 {
  font-size: 16px;
  margin: 8px 0px;
  padding: 0px 0px 4px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dotted #666666;
}
section a {
  color: inherit;
  text-shadow: 0px 1px 1px #202020;
  /*
		&[href^="http"], &[href^="https"]
		{
			&:not(.entry-title) {
				background: url('/files/images/external-icon.gif') no-repeat;
				background-position: 100% 0px;
				padding-right: 14px;

				&:hover
				{
					background-position: 100% -17px;
				}
			}
		}
		*/

}
section a:hover {
  color: white;
  text-shadow: 0px 1px 1px black;
}
section ul,
section ol {
  padding: 0px 0px 0px 20px;
}
section ul {
  list-style-type: circle;
}
section > img,
section figure {
  display: inline-block;
}
section > img:not(.no-style),
section figure:not(.no-style) {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-radius: 3px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(255, 255, 255, 0.2), 0px 1px 0px rgba(0, 0, 0, 0.8);
}
section > img:not(.no-style) img,
section figure:not(.no-style) img,
section > img:not(.no-style) a > img,
section figure:not(.no-style) a > img {
  display: block;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  position: relative;
  z-index: -5;
  border-radius: inherit;
}
section table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 1px solid #666666;
  border-radius: 3px;
  border-spacing: 0px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25), inset 0px 1px 0px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
section table tr {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
section table tr:not(:last-child) td {
  border-bottom: 1px dotted #666666;
}
section table tr td {
  margin: 0px;
  padding: 0px;
}
section table tr td:not(:last-child) {
  border-right: 1px solid #666666;
}
section table tr td.payout-cell,
section table tr td.countdown-cell {
  width: 80px;
  text-align: center;
}
section table tr td.payout-cell .payout,
section table tr td.countdown-cell .countdown {
  display: block;
  padding: 5px 0px;
}
section table tr td.payout-cell .payout.ready,
section table tr td.countdown-cell .countdown.ready {
  color: lawngreen;
}
section table tr td.link-cell .link {
  display: block;
  padding: 5px 10px;
}
