.tweets {
  width: 240px;
  height: 60px;
	background: url('./images/ajax-loader.gif') center center no-repeat;
}

a.follow {
  float: left;
  display: block;
  background: url('./images/follow.png') no-repeat;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  width: 66px;
  height: 18px;
  border: none;
}

.drawer {
  position: fixed;
  left: -270px;
  top: 150px;
  width: 270px;
  height: auto;
  min-height: 100px;
  background-color: #f3f3f3;
  margin: 0 30px 0 0;
}

.drawer .drawerhandle {
  position: absolute;
	background: url('./images/twitter.png') 0px 18px no-repeat;
  right: -30px;
  top: 0;
  width: 30px;
  height: 100px;
  background-color: #f3f3f3;
  margin: 0;
}

.drawer .drawercontent {
  color: #4d4d4d;
  padding: 15px;
  font-size: 90%;
}

.drawer .drawercontent a {
  color: #000000;
}

.drawer .drawercontent a:hover {
  background-color: #cdcdcd;
}

.drawer h2 {
  color: #4d4d4d;
  margin: 10px 0 20px 0;
  line-height: 1;
}

.drawer a.follow {
        color:#222;
}

.twitter-message {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px dashed #999;
}

.twitter-time {
  font-size: 80%;
}

