
#twitterBox {
  background-color: #fff;
  border: 3px solid #bbb;
  width: 180px;
  padding: 5px;
  height: 580px;
  overflow-y: auto;
  overflow-x: hidden;
  
}
.twit {
  margin-bottom: 10px;
}

blockquote {
	 margin: 0 0 15px 0; padding: 0;
	 font-size: 12px;
}

blockquote.commentOne {
	width: 97%;
	background: #e3e3e3;
	padding: 2px;
	position: relative;
}

.commentOne .arrow {
	 width: 0; 
	 height: 0;
	 line-height: 0;
	 border-top: 10px solid #e3e3e3;
	 border-left: 10px solid white;
	 border-right: 15px solid white;
	 position: absolute;
	 bottom: -10px;
	 left: 20px;
}

.commentOne .commentText {
  margin: 0;
  padding: 5px;
}
.twit .profileImg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.twitterUser a {
  text-decoration: none;
  color: #2277BB;
}

.twitDate {
  color: #555;
  font-size: 11px;
  margin: 0;
  text-align: right;
}
