html, body {
  background: #111111;
  color: #bec7d2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.88em;
  padding: 0;
  margin: 0;
  height: 100%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  line-height: 15px;
}
.container {
  width: 976px;
  margin: 0 auto;
  padding: 8px 0 16px 16px;
  overflow: auto;
}
#wrap {
  min-height: 100%;
}
::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #f7e279;
}
strong {
  color: #f7e279;
  font-weight: 700;
}
h1, h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 800;
  font-size: 1.21em;
  color: #e09456;
  margin: 8px 0 0;
  padding: 8px 0;
  word-wrap: break-word;
  overflow: hidden;
}
h1 img {
  position: absolute;
  margin: 0 8px;
}
a {
  color: #f7e279;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
}
p {
  margin: 0px;
  padding: 0 0 8px;
}
ul {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 2px;
}
ul li {
  list-style-type: square;
  list-style-position: inside;
  padding-bottom: 10px;
}
table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0;
}
td {
  border: 0;
  padding: 0;
}
th {
  background-color: #c01614;
  background-image: url("grunge_button.png"), linear-gradient(to bottom, #c01614, #a01211);
  color: #f7e279;
  text-shadow: 1px 1px 3px #111111;
  font-weight: 700;
}
.note {
  color: #808080;
  font-size: 85%;
}
#bingoPage #results {
  float: left;
  width: 594px;
  margin-right: 16px;
  text-align: right;
}
#bingoPage .newcard {
  background-image: url("grunge_button.png");
  background-color: #424242;
  background-image: url("grunge_button.png"), linear-gradient(to bottom, #424242, #303030);
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #4c4c4c #000000 #000000 #474747;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #bec7d2;
  text-decoration: none;
  margin: 0;
  float: left;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 105px;
  margin-right: 16px;
  padding: 4px 0;
}
#bingoPage .newcard:hover {
  background-color: #3c70df;
  background-image: url("grunge_button.png"), linear-gradient(to bottom, #3c70df, #235cd4);
  border-color: #4e7de2 #102a63 #102a63 #4576e0;
  color: #ffffff;
}
#bingoPage .newcard:active {
  background-color: #1448b3;
  background-image: url("grunge_button.png"), linear-gradient(to bottom, #1448b3, #103b93);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
  border-color: #164fc5 #071a40 #071a40 #154cbc;
  color: #ffffff;
}
#bingoPage .newcard:last-of-type {
  margin-right: 0;
}
#bingoPage #bingo {
  margin-top: 16px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* deleted ".rowcol" stuff - guessing this is what ".popout" was originally called, as it had the same styles */
#bingoPage #bingo .popout {
  height: 30px;
  background: #000811;
  font-size: 75%;
  color: #3c70df;
  font-weight: 700;
  border: 1px #0a245a solid;
}
#bingoPage #bingo tr td:first-child { /* left column (unsure, but seems fine to instead just add this to .popout) */
  width: 35px;
}
#bingoPage #bingo .popout:hover {
  color: #ffffff;
  background: #1448b3;
}
#bingoPage #bingo tr td {
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.6);
  padding: 0 5px;
  cursor: pointer;
  width: 95px;
  height: 90px;
  text-align: center;
  border: 1px #424242 solid;
  background: #000;
}
#bingoPage #bingo tr td:hover,
#bingoPage #bingo tr td.hover {
  background: #001a36;
  color: #fff;
}
#bingoPage #bingo tr td.greensquare {
  background: #005511;
}
#bingoPage #bingo tr td.greensquare:hover,
#bingoPage #bingo tr td.greensquare.hover {
  background: #007722;
}
#bingoPage #bingo tr td.redsquare {
  background: #550011;
}
#bingoPage #bingo tr td.redsquare:hover,
#bingoPage #bingo tr td.redsquare.hover {
  background: #770022;
}
#bingoPage #about_bingo {
  float: right;
  width: 350px;
  margin-right: 16px;
}

/* latestcheck.js adds these to the page if it's an outdated version */
.infoboxRed, .infoboxOrange, .infoboxGreen {
	text-align: center;
	min-height: 64px;
	padding: 10px 5px 4px;
	border-radius: 10px;
	color: #FFFFFF;
}
.infoboxRed .big, .infoboxOrange .big, .infoboxGreen .big {
	font-size: 2em;
	font-weight: bold;
}
.infoboxRed {
	background-color: #AA0000;
	border: 3px solid #FF4444;
}
.infoboxOrange {
	background-color: #B15800;
	border: 3px solid #F5902A;
}
.infoboxGreen {
	background-color: #006100;
	border: 3px solid #0EAB00;
}

.infoboxRed a, .infoboxOrange a, .infoboxGreen a {
	font-weight: normal;
	text-decoration: none;
}
.infoboxRed a:link, .infoboxOrange a:link, .infoboxGreen a:link {
	color:#8080FF;
}
.infoboxRed a:visited, .infoboxOrange a:visited, .infoboxGreen a:visited {
	color:#A6A6FF;
}
.infoboxRed a:hover, .infoboxOrange a:hover, .infoboxGreen a:hover {
	color:#3F3FCC;
}
.infoboxRed a:active, .infoboxOrange a:active, .infoboxGreen a:active {
	color:#CCCC3F;
}
/* hides about_jp (or about_en if the language is set to jp)  */
.hidden {
	display: none;
}
/* GB skip banned text */
.rule_restrictions {
	color: #FF3333;
	font-weight: bold;
}
.big {
	font-size: 1.5em;
}