html {
  background: #eeeeee;
}

body {
  margin: 0;
  padding: 0 1em;
  color: #000000;
}

img {
  border: 0;
}

#pageContainer {
  min-width: 330px;
  max-width: 50em;
  margin: 4em auto;
  border: 1px solid ThreeDShadow;
  -moz-border-radius: 10px;
  padding: 1em 3em 3em 3em;
  -moz-padding-start: 30px;
  background: #ffffff;
  font-family: sans-serif;
  font-size: 10pt;
}

.terminal {
  -moz-border-radius: 10px;
  padding: 1em;
  background: #000000;

  font-size: 8pt;
  color: #00ff00;
}

.terminal a {
  color: #80ff80;
}

.command {
  color: #80ff80;
}

.comment {
  color: #ffff80;
}

.cursor {
  text-decoration: blink;
}

.strike {
  text-decoration: line-through;
}

#badgeBar {
  text-align: right;
}


table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

