img.avatar {
	display: none;
}

div.post {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 5px;
}

.post p img {
	margin: 0 10px 10px 0;
	padding: 0px;
	float: left;
}

img {
	vertical-align: top;
}

table {
	border: solid 1px #ffffff;
	border-collapse: collapse;
	width: 100%;
}

table th, table td {
	padding: 0.3em 0.5em;
	border: solid 1px #ffffff;
}
table th {
	font-weight: bold;
}

table td {
	background: #f5f5f5;
	vertical-align: top;
}


table thead th {
	color: #ffffff;
	text-align: center;
	background: #acacac;
	border: solid 1px #ffffff;
}

table tfoot {
	background: #e0e0e0;
}

table tr.odd td {
	background: #e6e6e6;
}
