@charset 'UTF-8';
.entry {
	padding-bottom: 40px;
}
.entry p {
    margin-bottom: 1em;
}
.entry .aligncenter {
	display: block;
	margin: 0 auto 20px;
	width: 60%;
}
.entry .alignleft {
	margin-right: 20px;
	width: 35%;
	height: auto;
	float: left;
}
.entry .alignright {
	margin-left: 20px;
	width: 35%;
	height: auto;
	float: right;
}
.entry figure.aligncenter {
	width: 60%!important;
}
.entry figure.alignleft {
	width: 35%!important;
}
.entry figure.alignright {
	width: 35%!important;
}
.entry figure img {
	width: 100%;
	height: auto;
}
.entry hr {
	border: none;
	height: 30px;
	clear: both;
}
@media (max-width: 1024px) {
	.entry {
		padding: 0 20px 40px;
	}
}

@media (max-width: 600px) {
	.entry .aligncenter,
	.entry .alignleft,
	.entry .alignright {
		width: 100%;
	}
	.entry figure.aligncenter,
	.entry figure.alignleft,
	.entry figure.alignright {
		width: 100%!important;
	}

}
