.aff-disclosure {
}
.aff-disclosure p {
	margin: 0; padding: 7px 0;
	font-style: italic;
}
.aff-disclosure.aff-before-post:after {
	display: block;
	content: '';
	width: 50px; height: 1px;
	background: #cccccc;
	margin: 10px 0 30px 0;
}
.aff-disclosure.aff-after-post:before {
	display: block;
	content: '';
	width: 50px; height: 1px;
	background: #cccccc;
	margin: 30px 0 5px 0;
}