.post-main-box {
	padding-left: 10px;
    word-wrap: break-word;
    max-width: 70%;
    width: 70%;
}

.post-image-box {
	padding-right: 20px;
	width: 84px;
}

.post-image-box a:hover {
	font-size: 20px;
	text-decoration: none;
}

.post-image-text-box a:hover {
	font-size: 20px;
	text-decoration: none;
}

.image-box {
	font-size: 18px;
	font-weight: bold;
}

.image-box:hover {
	font-size: 20px;
	text-decoration: none;
}

.post-title-link {
	font-size: medium;
}

.post-info, .discussion {
	font-size: x-small;
}

.post-box-text {
	border: 1px solid lightgrey;
	border-radius: 12px;
	padding: 10px;
}

.post-info {
	margin-left: 2px;
}

.comment-info {
    padding-top: 5px;
}

.link-well {
	margin-bottom: 3px;
}

.link-well-even {
	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
}

