/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.entry-content,.content {
	 width: 100% !important;
	 max-width: 100% !important
 }
 .node-content p{
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;
 }