body {
  font-family: Tahoma,Arial,Sans;
  font-size: 1.0em;
  color: #333;
  margin: 0;
  padding: 0; }
  body a, body a:visited {
    color: #06409f;
    text-decoration: none;
    font-size: .9em; }
  body a:hover {
    color: #fcb034;
    cursor: pointer;
    cursor: hand; }
  body a.full {
    font-size: 1em; }
  body a#more {
    background: url('/images/plus.png') no-repeat;
    width: 32px;
    height: 42px;
    display: block;
    font-size: 0px; }
  body a#compare {
    display: block;
    text-align: center;
    font-weight: bold;
    background: url(/images/submit.gif) no-repeat;
    border: 0;
    padding: 2px 0 4px;
    margin: 10px auto;
    width: 120px;
    height: 18px;
    color: #FFF; }
  body a.less {
    background: url('/images/minus.png') no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0px; }
  body table.layout {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }
    body table.layout td.header {
      text-align: left;
      background-color: #f1f3e9;
      padding: 15px 0px 20px 10px;
      border-top: 4px solid #06409f;
      border-bottom: 2px solid #fcb034; }
      body table.layout td.header h1 {
        font-size: 1.6em;
        font-weight: bold;
        padding: 0;
        margin: 0; }
      body table.layout td.header h2 {
        margin: 0;
        padding: 10px 0 0 0;
        font-size: .9em;
        color: #555; }
      body table.layout td.header ul {
        width: 100px;
        margin: 0;
        padding: 0 10px 0 0;
        list-style: none;
        text-align: right;
        float: right; }
    body table.layout td.content {
      height: 100%;
      padding: 10px 10px 0 25px;
      vertical-align: top; }
    body table.layout td.footer {
      padding-top: 10px; }
  body div.instructions {
    font-size: 1.0em;
    font-weight: bold;
    padding: 0px 0px 0px 45px; }
  body .error, body .warning {
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 1.0em; }
  body .warning {
    font-size: 1.0em;
    color: #FCB034; }
  body .another {
    padding-top: 10px;
    font-size: 1.1em;
    font-weight: bold; }
  body form.input_form {
    width: 100%;
    text-align: center; }
    body form.input_form table.input_layout {
      margin: 5px auto; }
      body form.input_form table.input_layout td {
        text-align: left; }
        body form.input_form table.input_layout td table.input_grid {
          width: 100%; }
          body form.input_form table.input_layout td table.input_grid tr td a.less {
            display: none; }
          body form.input_form table.input_layout td table.input_grid tr.last td a.less {
            display: block; }
          body form.input_form table.input_layout td table.input_grid th {
            padding: 10px 0px 10px 0;
            text-align: center;
            font-size: .8em; }
          body form.input_form table.input_layout td table.input_grid th.first {
            padding: 0 5px 0 0;
            margin: 0;
            width: 32px; }
          body form.input_form table.input_layout td table.input_grid th.friends, body form.input_form table.input_layout td table.input_grid th.followers {
            padding-right: 10px;
            padding-left: 10px; }
          body form.input_form table.input_layout td table.input_grid td {
            text-align: center; }
          body form.input_form table.input_layout td table.input_grid input.textbox {
            height: 26px;
            font-size: 0.9em;
            margin-bottom: 5px; }
          body form.input_form table.input_layout td table.input_grid .input_grid input.textbox {
            width: 250px; }
          body form.input_form table.input_layout td table.input_grid .input_list_grid input.textbox {
            width: 150px;
            margin-top: 3px; }
          body form.input_form table.input_layout td table.input_grid .input_list_grid .list_names {
            width: 250px;
            height: 26px;
            font-size: .9em; }
  body table.nav {
    width: 100%;
    background-color: #f1f3e9;
    margin: 0 auto; }
    body table.nav td {
      font-size: .9em; }
  body span.current {
    color: maroon; }
  body div.footer {
    font-size: .8em;
    color: #666;
    clear: both;
    text-align: center; }
    body div.footer hr.footer_divider {
      width: 400px; }

#content {
  padding: 0;
  margin: 0; }

.pagination {
  padding: 0 10px 0 0;
  width: 100%;
  text-align: right; }
  .pagination a {
    color: #326EA1;
    padding: 0 3px 0 3px; }
  .pagination a.current {
    color: maroon;
    cursor: default;
    text-decoration: none; }
  .pagination a.current:hover, .pagination a.current:visited {
    color: maroon;
    cursor: default; }
  .pagination a:hover {
    color: #4EBF37; }
  .pagination .next, .pagination .previous {
    text-decoration: none;
    font-weight: bold; }

.rate {
  width: 100%;
  text-align: center; }
  .rate a.rate_link {
    font-size: 1.2em;
    color: rgb(193,21,21); }
  .rate a.rate_link:hover {
    color: #fcb034;
    cursor: pointer;
    cursor: hand; }

.person {
  cursor: pointer; }

.result_instructions {
  font-size: .8em;
  padding-bottom: 8px;
  padding-left: 4px; }

.image_result {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px; }

.name_result {
  width: 400px; }
  .name_result .person {
    line-height: 34px;
    padding-left: 10px;
    color: #06409f; }
    .name_result .person a.person_link {
      font-size: 1.2em; }

.details_result .person {
  cursor: auto; }
  .details_result .person img {
    vertical-align: middle; }
  .details_result .person .details {
    margin: 5px 0 10px 10px;
    width: 65%; }

.details {
  width: 400px;
  border: 2px solid #ccc;
  background-color: #F1F3E9;
  padding: 0px 10px 3px 10px;
  font-size: .8em; }
  .details h2 {
    font-size: 1.2em;
    margin: 10px 0 10px 0; }
    .details h2 img {
      vertical-align: middle;
      margin-right: 5px; }
  .details .label {
    color: #666; }
  .details .simplemodal-close {
    float: right;
    margin: 3px 0px 0px 0px;
    padding: 0 5px 0 5px;
    border: 2px double #fcb034; }
    .details .simplemodal-close:hover {
      cursor: pointer;
      cursor: hand; }
  .details div.web {
    margin-top: 5px; }
  .details div.web, .details div.stats, .details div.bio, .details div.status {
    margin-bottom: 8px; }
  .details .stats {
    width: 100%; }
    .details .stats .friends {
      margin: 0 10px 0 10px;
      float: left; }
    .details .stats .followers {
      margin: 0 10px 0 10px;
      float: left; }
    .details .stats .updates {
      margin: 0 10px 0 10px;
      float: left; }
  .details .status {
    clear: both;
    padding-top: 20px; }

#in_progress {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -90px;
  background-color: #F1F3E9;
  border: 10px solid #396;
  width: 180px;
  height: 100px;
  text-align: center; }
  #in_progress .working {
    position: relative;
    top: 35%; }

.hidden {
  display: none; }

table.tweets {
  width: 80%;
  font-size: .9em;
  border-spacing: 0; }
  table.tweets th {
    text-align: left;
    font-size: 1.1em;
    color: #555; }
  table.tweets tbody tr:nth-child(even) {
    background-color: #ebece4; }
  table.tweets tbody td {
    padding: 5px; }
  table.tweets tbody td.time {
    white-space: nowrap; }
