/*layout:26*/.clear::after{
	display: block;
	content: '';
	clear: both;
}
a.btn2{
    display: block;
    max-width: 500px !important;
    width: 100%;
    border: #97c497 1px solid;
    color: #035202;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
a.btn2:hover {
    background: #97c497;
    color: #fff;
    opacity: 1.0;
}
.entry img{max-width:100% !important;height:auto !important;}