.halfModuleTwitBlock {
  border: solid #ccc 1px;
  height: 560px;
  float: left;
  width: 100%;
  overflow: auto;
  background: transparent;
}

.twitterBlock {
  font-size: 12px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  line-height: 130%;
}

.tweet, .tweetOver {
  float: left;
  border-bottom: 1px solid #F0F0F0;
  width: 100%;
}

.tweetOver {
  background-color: #F0F0F0;
}

.avatar {
  float: left;
  padding: 13px 12px 9px 12px;
}

.avatar img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}

.contentBlock {
  padding: 9px 12px 9px 72px;
}

.scrollWindow {
  float: left;
  position: relative;
  width: 298px;
}

.timeStamp {
  color: #999;
  float: right;
}

.userName {
  width: 160px;
  font-weight: bold;
}

.replyLink, .retweetLink, .favouriteLink {
  background: url(https://di.stimg.co/twitterModIcons.png) no-repeat;
}

.replyLink {
  background-position: left -1px;
  padding-left: 20px;
}

.retweetLink {
  background-position: 7px -30px;
  padding-left: 28px;
}

.favouriteLink {
  background-position: 7px -57px;
  padding-left: 26px;
}

.tweetFooterOff {
  margin-top: 3px;
  opacity: 0.3;
}

.tweetFooterOver {
  margin-top: 3px;
  opacity: 1;
}

.tease:before, .tease-autos:before, .tease-classified:before {
  display: none;
}

.block-label.top {
  padding-top: 0;
  margin-bottom: 18px;
  border: none;
}

.tease.is-split .block-label {
  margin-bottom: 18px;
}

/*# sourceMappingURL=traffic.css.map */