﻿.page-wrap {
	margin: 0 auto;
	width: 700px;
}
.page-wrap p {
	font-size: 110%;
}
.greeting-lead {
	line-height: 2.6 !important;
}
.company-lead {
	padding: 15px;
	background-color: #f2f2f2;
}


@media only screen and (max-width: 767px) {
	.page-wrap {
		width: 100%;
	}
	.page-wrap p {
		font-size: inherit;
	}
	.greeting-lead {
		line-height: 2 !important;
	}
	.fb-page-plugin-area .fb-page {
		width: 100%;
	}
}