@charset "utf-8";
/* CSS Document */

.post .meta .meta_info {
	float: right;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	color: #8BCB2F;
}

.post .compact b {
	font-size: medium;
}

#content .post .meta {
	padding: 10px 0 20px 0;
}

#content .post table td {
	padding: 0px;
	margin: 0px;
}

#content .post table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

