/**
 * Override twitter profile widget default css
 */
#twitter_profile_widget .twtr-tweet-wrap {
  padding: 13px 8px 12px;
}

#twitter_profile_widget .twtr-tweet {
  border-bottom: 1px solid #DBE1E7;
}

#twitter_profile_widget .twtr-bd p {
  font-size: 12px;
  line-height: 16px !important;
}

#twitter_profile_widget .twtr-bd p em {
  line-height: 1.2;
} 

/**
 * Module custom css
 */
.tpw_title {
  background: url(http://christengemeente-debron.nl/sites/all/modules/twitter_profile_widget/images/twitter_icon.png) no-repeat left center;
  padding-left: 40px;
  text-decoration: none;
  display: block;
  height: 30px;
}
  
.twitter_profile_widget .twp_bottom {
  padding: 13px 0 8px 11px;
}

.twitter_profile_widget .twp_bottom a {
  background: url("images/follow_icon.png") no-repeat scroll left center transparent;
  color: #0077AA;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
  text-decoration: underline;
}

.twitter_profile_widget .twp_bottom a:hover {
  text-decoration: none;
}

.twtr-widget .twtr-tweet-wrap{
	padding: 6px 2px !important;
}

.twtr-hd{
	padding: 10px 0px 0px 0px !important;
}

.blockcontent .twtr-widget .twtr-hd h4{
	font-size: 14px !important;
}

.twtr-ft, .twtr-avatar, .twtr-user{
	display: none !important;
}

.twtr-tweet-text{
	margin-left: 0px !important;
}

.twitter_profile_widget a:hover{
	background-color: white !important;
	color: inherit !important;
}