body {
  font-family: Helvetica, Verdana, sans-serif;
}

h1 {
  background: url('/images/title.gif') no-repeat;
  height: 91px;
  width: 259px;
  float: left;  
  margin-right: 2em;
}

a { color: #666;}
a:hover{color:#000;}

strong {
  font-weight: bold;
}

h1 span {
  display: none;
}


h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #99C7FF;  
  padding-bottom: .5em;
  padding-top: .5em;  
  border-top: 1px dotted #99C7FF;  
}

h2 span {
  color: #FF002A;  
  font-weight: bold;
}

#footer {
  font-size: 80%;
  color: #999;
  margin-top: 2em;
  border-top: 1px dotted #99C7FF;  
  padding-top: .5em;
}

#header {
  padding: 1em 0 1em 0;
  clear: both;
}

#my_first_tweets_into p {
  background-color: #FFFFE0;
  border-bottom: 1px dotted #99C7FF;    
  padding: 1em;
  margin-top:-1.5em;
  margin-bottom:1em;
font-size:90%;
}

h3 {
  font-weight: bold;
  border-bottom: #999 solid 1px;
  margin-bottom: .5em;
  margin-top: 1em;
  font-size: 120%;
  background-color: #ffee7e;
  padding: .25em;
}

#header #intro {
  color: #333;
font-size: 90%;
 /* font-family: georgia;*/
}

p {
  margin-bottom: .5em;
  line-height: 1.5;  
}

#header #intro p span {
  background-color: #FFFFE0;
}

#content {
  margin-top: 1em;
  padding-top: 1em;  
}

#content_holder {
  width: 700px;
  margin: 0 auto;
  border-top: 10px solid #99C7FF;
}

.term_count {
  color: #FF002A;
  font-weight: bold;
/*  float: left;
  display: block;
  width: 10%;*/
}

.term {
  color: #000;
/*  float: left;
  display: block;*/
}

.split {
  color: #999;
}

.related_tweets {
  color: #999;
}
.related_tweets:hover {
  text-decoration: underline;
  color: #666;
}

.relevant_tweets {
  display: none;
  font-size: 90%;
  padding: 1em;
}

.posted_at {
  color: #999;  
  font-size: .8em;
}

.twitter_link {
  color: #999;
  text-decoration: none;
}

.tweet {
  margin-bottom: .5em;
  padding-bottom: .5em;
  line-height: 1.5;
  border-bottom: 1px solid #EEE;
}

.counted_term p {
  line-height: 1;
}

form#new_person {
  text-align: center;
  margin-top: 1em;
}

form#new_person input {
  font-size: 110%;
  padding: 10px;
  background-color: #FFFFE0;
  margin-right: 1em;
}

.error {
  color: #FF002A;
}

.person_date_range {
  font-weight: normal;
  color: #999;
  font-size: 80%;
}

input.empty_field {
  color: #999;
  font-style: italic;
}

.share {
  text-align: center;
  font-size: 90%;
  background-color: #FFFFE0;
  color: #999;
}

.share a {
  color: #999;  
}

/* Emoji */



#body_home_emojicons table {
  margin: 1em;
  width: 75%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;  
}

#body_home_emojicons table tr.alt {
  background-color: #EEE;
}

#body_home_emojicons table tr th {
  width: 10%;
  text-align: center;
}

#body_home_emojicons table tr th.text {
  text-align: left;
  padding: 0 15px 0 5px;
  white-space: nowrap;  
}

#body_home_emojicons table tr td {

  font-weight: bold;
}

.chart {
  background-color: #99C7FF;
  display: block;
  padding: 5px 0 5px 0;
  text-align: right;
}

#body_home_emojicons table tr.alt .chart {
  background-color: #89beff;
}

.chart .count {
  margin-right: 1em;
}