html {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none; 
  color: #f90;
}

a:hover {
  text-decoration: underline;
}

#body_wrap {
  width: 600px;
  margin: auto;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

#beerific {
  text-align: center;
  color: #f90;
  font-size: 80px;
  font-family: monospace;
  font-weight: bold;
}

#exclamation {
  color: #09f;
}

#main_content {
  margin: auto;
}

#beer_tweets {
  font-size: 13px;
}

img {
  border: none;
}

#description {
  font-size: 15px;
  margin-bottom: 25px;
}

#refresh_note {
  font-size: 12px;
  margin-top: 3px;
  margin-left: 2px;
}

.tweet {
  margin-top: 10px;
  clear: both;
  height: 53px;
}

.tweet_detail {
  width: 540px;
  float: left;
}

.profile_image_link {
  margin-right: 10px;
  float: left;
  width: 48px;
  height: 48px;
}

.tweet_username {
  font-weight: bold;
}

.tweet_time {
  color: #999;
  font-size: 10px;
  text-decoration: none;
}

.search_highlight {
  color: #09f;
}

#footer {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}