body {
  background: url(background.png) repeat-x #ccffff;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 62.5%;
  margin: 0px; }

a {
  color: #3399ff;
  border: none; }

a.visited {
  color: #3399ff; }

img {
  border: none; }

#header {
  background: url(tweetrex.png) no-repeat;
  height: 190px;
  width: 660px;
  margin-left: auto;
  margin-right: auto; }

#content {
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  text-align: center; }
  #content #disabled {
    font-size: 1.2em;
    width: 50%;
    margin: auto;
    color: #ff3333; }
  #content #highload {
    width: 40em;
    background: white url(background.png);
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em;
    border: solid 1px #999999;
    color: #333333;
    display: none; }
    #content #highload p {
      margin: 0.5em; }
    #content #highload p.light {
      color: #666666;
      font-size: 0.8em; }
  #content #account {
    background: #eeeeee;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }
    #content #account p.about {
      margin-bottom: 3em;
      color: #111133; }
    #content #account span.label {
      background: #ffffcc;
      padding: 0.09em;
      padding-left: 0.2em;
      margin-right: 0.2em; }
  #content input {
    font-size: 1em; }
  #content input.twitter {
    font-size: 1em;
    width: 8em; }
  #content #security {
    color: #888888;
    font-size: 0.9em; }
  #content #progress {
    background: #eeeeee;
    width: 32em;
    margin: auto;
    border: 1px solid #999999;
    padding: 0.2em; }
    #content #progress img {
      margin-left: 0.5em; }
  #content #results ul {
    border: 1px solid #999999;
    background: #cccccc;
    width: 700px;
    margin: auto;
    padding-left: 0em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-bottom: 60px; }
  #content #results li {
    background: url(background.png) white;
    list-style-type: none;
    text-align: left;
    padding: 0.5em;
    margin: 0.3em;
    border: 1px solid #ccccff; }
  #content #results table.top {
    margin: 0px;
    padding: 0px;
    margin-left: 0.2em;
    margin-bottom: 0.1em;
    padding-bottom: 0.1em; }
  #content #results td.counts {
    font-size: 0.5em;
    color: #777777;
    text-align: right;
    vertical-align: middle;
    padding-right: 3px; }
    #content #results td.counts span.label {
      margin-left: 0.3em; }
    #content #results td.counts span.number {
      padding-bottom: 0.1em;
      color: #333333; }
    #content #results td.counts span.counts {
      border-bottom: 1px solid #cccccc;
      margin: 0px;
      padding: 0px;
      padding-bottom: 2px; }
  #content #results table {
    font-size: 1em;
    width: 100%; }
  #content #results td {
    vertical-align: top; }
  #content #results td.left {
    width: 50px;
    padding-right: 5px; }
  #content #results td.bottom {
    vertical-align: bottom;
    font-size: 0.6em;
    text-align: right; }
    #content #results td.bottom span.recommendations {
      text-align: left;
      float: left;
      margin-left: 0.8em; }
      #content #results td.bottom span.recommendations a.recommendations {
        color: #aaaaaa; }
  #content #results p {
    margin-top: 0px;
    margin-bottom: 0.2em;
    margin-left: 0.5em; }
  #content #results p.description {
    font-size: 0.7em;
    padding-left: 0.1em; }
  #content #results p.status {
    font-size: 0.7em;
    background: white;
    padding: 0.5em;
    border: 1px solid #cccccc;
    margin-top: 0.5em; }
  #content #results img.user {
    border: 1px solid black;
    vertical-align: top;
    height: 48px;
    width: 48px;
    margin-bottom: 1px; }
  #content #logo {
    background: url(small-vertical-gradient.png) repeat-x #ffffcc;
    width: 100%;
    margin: 0px;
    margin-top: 3em;
    padding-top: 10px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #999999; }

#viral {
  display: none; }
  #viral p.message {
    padding: 1em;
    border: 1px solid #cccccc;
    color: #666666; }
  #viral p.options {
    text-align: center; }
    #viral p.options a {
      margin: 0.2em; }
  #viral a.nope {
    color: #cccccc; }

#facebox {
  font-size: 1.5em; }
  #facebox .close_image {
    display: none; }

