.module a {
	font-size: 12px;
}

#tab-nav {
	border-bottom: 1px solid #DDD;
	width: 700px;
}
#tab-nav li {
	float: left;
	padding: 5px 10px;
	margin-right: 3px;
	position: relative;
}
#tab-nav li a {
	width: 100%;
	height: 100%;
	color: #999;
	font-size: 15px;
}
#tab-nav li a.active {
	color: #11AAFF;
}

#tab-panes h3 {
    padding-top: 20px;
    font-size: 15px;
}

.tweets .tweet {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	width: 700px;
	height: 48px;
}
.tweets .tweet img {
	width: 48px;
	height: 48px;
}
.tweets .tweet p.text > a {
	font-weight: normal;
}
.tweets .tweet span.time {
	display:block;
}
.tweets .tweet span.time a {
	color: #CCC;
}

.follow-button {
    display:block;
    height: 48px;
    padding: 10px 0 10px 0;
}
.follow-button p {
	font-weight: bold;
	font-size: 15px;
}
.follow-button iframe {
	padding-top: 5px;
}