.tweet-box{
	width: 100%;
	border: 1px solid #e8e8e8;
	max-width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
   border-top:0; box-sizing:border-box; padding-top:10px;
}
.tweet-box h1 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size:18px;
	color: #444;
	border-bottom: 1px solid #E5E5E5;
    padding-left: 10px;
    padding-bottom: 5px;
}
.tweets-widget {
    list-style: none;
	max-height: 450px;
	position: relative;
    width: 100%;
    overflow-x: hidden;
   
}
.tweets-widget ul {
    margin-bottom: 0px;
	padding-left: 0;
    width: 100%;
}
.tweet-wrapper {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    width: 100% !important;
	margin-bottom: 15px;
    overflow: hidden;
	padding-left: 10px;
}
.tweet-wrapper:last-child {
    border-bottom: none;
	margin-bottom: 0px;
}
.tweet-thumb {
    float: left;
    margin-right: 15px;
}
.tweets-widget a {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}
h3.title a{color: #4c9fe1;}
h3.title a:hover{text-decoration: underline;}
.tweets-widget img {
    max-width: 100%;
	border: 0;
    vertical-align: middle;
    height: auto;
	background: #fff;
    display: block;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.tweet-content {
    overflow: hidden;
}
.tweet-content .title {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 2px;
}
.tweet-content .title {
    font-style: normal;
}
.tweet-content .meta {
    font-size: 11px;
    color: #929292;
}
.home-social .mCSB_inside > .mCSB_container {
  margin-right: 16px;
}