body {
  line-height: 1.4em;
  font-size: 130%;
  overflow-y: visible;
  background-color: black;
  margin: 0;
  padding: 0; }

#allwehaveleft {
  width: 700px;
  margin: 0 auto;
  position: relative;
  font-size: 110%;
  padding-bottom: 1em; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  #overlay #cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(255, 255, 255, 0.9); }
  #overlay #password {
    font-family: monospace;
    color: white;
    background: #444444;
    width: 400px; }
  #overlay input {
    display: block;
    width: 100%;
    height: 33%;
    font-family: inherit;
    background: #666666;
    color: white;
    border: 1px solid black; }
    #overlay input:hover {
      background: #999999; }
    #overlay input[disabled] {
      color: #555555; }
      #overlay input[disabled]:hover {
        background: #666666; }
  #overlay .xthing {
    margin: 10px;
    height: 25%; }
  #overlay #inset {
    position: relative;
    width: 400px;
    height: 454px;
    margin: 10% auto; }
  #overlay.with-video #inset {
    width: 480px;
    height: 544px; }
  #overlay.with-video #password {
    width: 480px; }

#pi {
  font-family: Arial, Helvetica, "Helvetica Neue";
  position: fixed;
  bottom: 10px;
  right: 15px; }

a {
  color: inherit; }
  a:hover {
    color: #ccccff; }

#header {
  position: relative;
  z-index: 1; }
  #header a, #header a:link, #header a:visited {
    text-decoration: none;
    color: inherit; }
  #header img {
    border: 0; }
  #header h1 {
    color: inherit;
    position: absolute;
    left: 15px;
    bottom: 15px;
    margin: 0;
    font-size: 220%;
    height: 1em;
    line-height: 1em;
    text-shadow: 2px 2px 1px black;
    filter: DropShadow(Color=black, offX=1, offY=1); }
    #header h1 sup {
      font-size: 20%; }
  #header:hover {
    opacity: 0.97; }
    #header:hover h1, #header:hover h1 a {
      color: #ccccff; }

form.nontastic ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }
form.nontastic fieldset {
  border: 0;
  padding: 0; }
form.nontastic label {
  display: block;
  margin-top: 1em;
  line-height: 0.9em;
  font-size: 80%; }
form.nontastic textarea, form.nontastic input {
  font-family: inherit;
  font-size: 100%;
  width: 10em; }
form.nontastic .error {
  background-color: #662222; }
form.nontastic li.check input {
  width: 1em; }
form.nontastic li.check label {
  display: inline; }
form.nontastic fieldset.buttons {
  margin: 1em 0 1em 0; }

#nav {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 10;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1em; }
  #nav li {
    float: right;
    margin-left: 15px;
    font-size: 70%; }
    #nav li a {
      color: black;
      text-decoration: none;
      text-shadow: 1px 1px 1px white;
      filter: DropShadow(Color=black, offX=1, offY=1); }
      #nav li a:hover {
        text-shadow: 1px 1px 1px #ccccff; }

#flashes div {
  background-color: #333333;
  color: #ccccff;
  padding: 15px;
  line-height: 1em; }

.comparison.equal:before {
  content: url("../images/tick.png");
  margin-right: 5px; }

.comparison.unequal:before {
  content: url("../images/cross.png");
  margin-right: 5px; }

table.comparison {
  font-size: 80%; }
  table.comparison th {
    text-align: left; }
  table.comparison th, table.comparison td {
    padding-right: 1em; }

form.formtastic fieldset > ol > li {
  overflow: hidden; }
form.formtastic label {
  margin-top: 0; }
