.jft_posts {
width: 89%;
float: left;
overflow: hidden;
margin: 30px 0;
border: 1px solid #ccc;
padding: 20px 5%;
background: white;
}
.jft_post {
clear: both;
float: left;
margin: 10px 0;
display: none;
}
.jft_img {
width: 30%;
float: left;
}
.jft_img img {
max-width: 95%;
}
.jft_content {
width: 70%;
float: left;
font-size: 16px;
line-height: 24px;
color: #666;
height: 230px;
overflow: hidden;
}
.jft_post h2 {
font-size: 20px;
margin-bottom: 15px;
margin-top: 0;
font-weight: 400;
}
.jft_post a {
	color: #666;
}
.jft_post a:hover {
	color: #444;
}
.jft_post h2 a {
	text-decoration: none;
	color: #666;
}
.jft_post h2 a:hover {
	color: #444;
}

/**/
.jft_pag {
clear: both;
float: right;
margin: 10px 0;
}
.jft_pag a {
text-decoration: none;
margin: 0 5px;
padding: 2px 8px;
border-radius: 12px;
border: 1px solid #ccc;
background: #f0f0f0;
color: #666;
}
.jft_pag a:hover {
	background: #e5e5e5;
}
a.current-ft-pg {
	background: #ddd !important;
}