table#tweets {
	margin: 0 2em;
}

table#tweets tr {
	
}

table#tweets td {
	font-size: 14px;
	background-color: #ffdddd;
	border-bottom: 1.5em solid #fff;
	font-weight: 100;
	text-align: left;
}

table#tweets span {
	margin-left: 10px;
	display: block;
	padding-top: 0.5em;
	text-align: left;
}

table#tweets a {
	display: block;
	background-color: #ffeeee;
	text-decoration: none;
	text-indent: 10px;
	margin-top: 0.5em;
	font-size: 10px;
	font-weight: 100;
	text-transform: uppercase;
}

/* *** */
div#twitter {
	margin: 0.5em 2em 1.5em 2em;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 0 0 0.5em 0;
	text-align: left;
	display: none;
}

div#twitter h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	margin: 0 0 0.5em 0;
	line-height: 1;
	letter-spacing: 1px;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #ffdddd;
	text-align: left;
}

div#twitter p {
	margin: 0 1em 0 1em;
	text-align: left;
	line-height: 1.5;
	font-weight: 100;
}

div#twitter a {
	padding: 0 !important;
	text-decoration: none;
}
