﻿.clearfix {
	clear: both;
}

#labFeed, #embedLabFeed {
	width: 742px;
	background-color: #00cc99;
	color: #ffffff;
	display:none;
}

.tweet {
	float: left;
	padding: 6px;
	width:44%;
}

	.tweet:nth-child(even) {
		margin-left: 30px;
	}


	.e-entry-title {
		color:red !important;

	}

.header > span {
	float: left;
}

.fullName {
	font-weight: bold;
}

.avatar img {
	width: 48px;
	height: 48px;
	padding-right: 10px;
}

.header {
	position: relative;
}

.nameContainer {
	width: 50%;
}

.logo {
	right: 0px;
	position: absolute;
	padding-top: 10px;
}
