#witter-container {
	width: 100%;
	border-top: 1px solid black;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
	overflow: hidden;
	background: white;
}

.witter-unit {
	width: 248px;
	height: 70px;
	font-size: 9pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding: 10px 10px 0 10px;
}

.witter-unit .inner {
	width: 180px;
	margin-left: 48px;
	padding-right: 10px;
	height: 70px;
	border-right: 1px solid black;
	overflow: hidden;
}

.witter-unit:last-child .inner {
	border-right: none;
}

.witter-unit a {
	text-decoration: none;
	color: black;
}

.witter-unit a:hover {
	text-decoration: underline;
}

.witter-unit a.bold {
	font-weight: bold;
}

.witter-unit .when {
	float: right;
	color: #999;
}