.twitter-chat {
	width: 100%;
	max-height: 285px;
	margin-bottom: 10px;
}
.twitter-chat .tweets ul {
	margin: 0;
	font-style: italic;
}
.twitter-chat .tweets ul li,
.twitter-chat .tweets .more {
	padding-bottom: 5px;
	list-style: none;
}
.twitter-chat .tweets ul li.highlight .body,
.twitter-chat .tweets ul li.highlight .text,
#content .tweets .highlight .text .content,
#content .tweets .highlight .text .username a,
#content .tweets .highlight .text .username,
#content .tweets .highlight .text strong  {
	color: #4a9410 !important;
}
.twitter-chat .tweets .thumb {
	text-indent: -99999px;
/*	display: none;
	position: absolute;*/
}
.twitter-chat .tweets .body {
	display: block;
/*	margin-left:65px;*/
/*	min-height:50px;*/
}
.twitter-chat .tweets .meta {
	display: block;
	font-style: italic;
}
.twitter-chat .tweets .more.disabled {
	display: none;
}



.twitter-chat .control {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 22px;
	margin-bottom:-20px;
}
/*.twitter-chat .control .login,
.twitter-chat .control .message {
	border: 1px solid #eee;
}*/
.twitter-chat .control .message textarea {
	height: 5em;
	width: 100%;
}
.twitter-chat .control label {
	display: block;
}
.twitter-chat .control .error {
	display: none;
}
/*.twitter-chat .control .error {
	color: red;
	border: 1px solid red;
	background-color: #ffcccc;
	display: none;
	padding: .5em;
}*/
.twitter-chat .control .hidden {
	display: none;
}
#content .twitter-chat div.remaining span.critical {
	font-size: 1.3em !important;
	font-weight: bold !important;
}
#content .twitter-chat div.remaining span.exceeded {
	color: #f00 !important;
}
.twitter-chat .logout {
	float: right;
	margin-top: -27px;
}
.twitter-chat .loading {
	display: none;
	height: 22px;
	padding: 10px 0;
}
.twitter-chat .control .loading {
/*	float: left;*/
}


.twitter-chat .tweets a,
.twitter-chat .tweets a:visited {
	color: #7B7B7B;
	text-decoration: none;
}
.twitter-chat .tweets a:hover {
	text-decoration: underline;
}

.twitter-chat .tweets .highlight a,
.twitter-chat .tweets .highlight a:visited {
	color: #4a9410;
}


.three .twitter-chat .control {
	display: none;
}

.three .twitter-chat .meta {
	display: none;
}
.three .twitter-chat {
	overflow: hidden;
}

.content .tweets {
	margin-top: 45px;
}

.twitter-chat .login {
	margin-bottom: -25px;
}
.twitter-chat .login a:after {
	content:" »";
}

.twitter-chat .tweets p.more {
	clear: both;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.twitter-chat .tweets .more a {
	color: #000 !important;
	margin: 0;
}

.twitter-chat .submit,
.twitter-chat .loading {
	margin-top: -5px;
}
.twitter-chat .submit input {
	width: 100px !important;
}
.twitter-chat .remaining {
	margin-top: -27px;
	margin-left: 150px;
}

.twitter-chat textarea {
	margin-bottom: 0;
}

#content .tweets .meta {
	margin-right: 0;
}

#content .tweets li {
	position: relative;
}
#content .tweets .text strong {
	display: block;
	background-color: #fff !important;
	font-style: normal;
	float: left;
}
#content .tweets .text .content {
	display: block;
	position: absolute;
	left: 66px;
	top: 17px;
	width: 367px;
}

.three .twitter-chat .tweets .thumb {
	display: none;
}
.tweets .text strong {
	float: none;
	display: inline;
}

#content .twitter-chat .tweets ul {
	margin-left: 0;
}

.twitter-chat .more .loading {
	margin-left: 200px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */