.post.post-list-in-box {
	width:100%;
	text-align: left;
	border: 1px solid #0b9444;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.post.post-list-in-box > .header {
	color: #fff;
	background-color: #0b9444;
	border-color: #0b9444;
	font-size: 16px;
	padding: 10px 15px;
}

.post.post-list-in-box > .article-list {
}

.post.post-list-in-box .article {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
.post.post-list-in-box .view {
    padding: 10px 15px;
}
