article.post {
  float: left;
  border-right: dotted 1px #9e9991;
  margin-bottom: 15px;
}

article.post:last-child {
  float: left;
  border-right: none;
}

article.post .wrapper {
  width: 198px;
  height: 245px;
  padding: 12px 16px;
  margin: 0 20px;
  background: #fff;
}

.tweetPost .twitterIcon {
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  text-indent: -9999px;
  background: url(../icons/icon-mini-follow.png) transparent no-repeat;
}

.tweetPost .followBtn {
  float: right;
  display: block;
  width: 59px;
  height: 20px;
  text-indent: -9999px;
  background: url(../icons/twitter-follow-btn.png) transparent no-repeat;
}

.tweetPost abbr {
  float: left;
  font-size: 11px;
  line-height: 17px;
  font-family: "ff-din-web",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #5d5959;
  text-transform: uppercase;
  margin-top: 2px;
}

.tweetPost .body {
  clear: both;
  font-family: Georgia,Times,serif;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a19;
  padding-top: 20px;
  min-height: 170px;
}

.tweetPost .gfName {
  font-family: "ff-din-web",sans-serif;
  font-style: normal;
  line-height: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a19;
  margin: 0;	
}

.tweetPost .twitterAvatar {
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.ir {
  position: relative;
  overflow: hidden;
}

.tweetPost .body a.twitterUsername {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  text-decoration: none;
  color: #6d6d6d;
}

.tweetPost .postContent {
  font-family: Georgia,Times,serif;
  font-style: normal;
  line-height: 22px;
  font-size: 14px;
  text-decoration: none;
  color: #252323;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 130px;
  overflow: hidden;
}

.tweetPost .body .postContent .tweetTag {
  font-family: Georgia,Times,serif;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #0c252e;
}

.tweetPost .postContent .tweetLink {
  font-family: Georgia,Times,serif;
  font-size: 14px;
  text-decoration: none;
  color: #3086ab;
}

.tweetPost footer {
  clear: both;
  background: none repeat scroll 0 0 transparent;
  padding: 0;
  margin-bottom: 0;
}

.tweetPost .twitterActions {
  border-top: 1px solid #e8e8e8;
  padding-top: 6px;
}

.tweetPost a.twitterAction {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  text-decoration: none;
  color: #a2a2a2;
  margin-right: 2px;
}

.tweetPost .followBtnResp {
  display: none;
}

.tweetPost .twitterAvatar img {
  max-width: 100%;
}

.tweetPost .body:hover p {
  color: #716e6a;
}

.footer_widget_twiiter {
    width: 540px;
    float: right;
    margin-right: 20px;
}


footer .col.col_2 iframe {
  overflow: hidden;
}
