.post_text img{
	max-width: 620px;
	margin: 10px;
}

.post_text a {
	color: #1600ff;
/* 	text-decoration: none; */
}

.post_text a:focus {
	outline: thin dotted;
}

.post_text a:hover,
.post_text a:active {
	outline: 0;
}

.post_text a:active,
.post_text a:hover {
	color: #41a62a;
}

.post_text h1,
.post_text h2,
.post_text h3,
.post_text h4,
.post_text h5,
.post_text h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

.post_text h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

.post_text h2 {
	font-size: 24px;
	line-height: 1;
}

.post_text h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.post_text h4 {
	font-size: 20px;
	line-height: 1.2;
}

.post_text h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.post_text h6 {
	font-size: 16px;
	line-height: 1.5;
}

.post_text address {
	font-style: italic;
	margin-bottom: 24px;
}

.post_text abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

.post_text b,
.post_text strong {
	font-weight: 700;
}

.post_text cite,
.post_text dfn,
.post_text em,
.post_text i {
	font-style: italic;
}

.post_text mark,
.post_text ins {
	background: #fff9c0;
	text-decoration: none;
}

.post_text p {
	margin-bottom: 24px;
}

.post_text code,
.post_text kbd,
.post_text tt,
.post_text var,
.post_text samp,
.post_text pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

.post_text pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.post_text blockquote,
.post_text q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

.post_text blockquote:before,
.post_text blockquote:after,
.post_text q:before,
.post_text q:after {
	content: "";
	content: none;
}

.post_text blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

.post_text blockquote cite,
.post_text blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.post_text blockquote em,
.post_text blockquote i,
.post_text blockquote cite {
	font-style: normal;
}

.post_text blockquote strong,
.post_text blockquote b {
	font-weight: 400;
}

.post_text small {
	font-size: smaller;
}

.post_text big {
	font-size: 125%;
}

.post_text sup,
.post_text sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.post_text sup {
	bottom: 1ex;
}

.post_text sub {
	top: .5ex;
}

.post_text dl {
	margin-bottom: 24px;
}

.post_text dt {
	font-weight: bold;
}

.post_text dd {
	margin-bottom: 24px;
}

.post_text ul,
.post_text ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

.post_text ul {
	list-style: disc;
}

.post_text ol {
	list-style: decimal;
}

.post_text li > ul,
.post_text li > ol {
	margin: 0 0 0 20px;
}

.post_text img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

.post_text figure {
	margin: 0;
}

.post_text fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

.post_text legend {
	white-space: normal;
}

.post_text button,
.post_text input,
.post_text select,
.post_text textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.post_text button,
.post_text input {
	line-height: normal;
}

.post_text input,
.post_text textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

.post_text button,
.post_text html input[type="button"],
.post_text input[type="reset"],
.post_text input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.post_text button[disabled],
.post_text input[disabled] {
	cursor: default;
}

.post_text input[type="checkbox"],
.post_text input[type="radio"] {
	padding: 0;
}

.post_text input[type="search"] {
	-webkit-appearance: textfield;
}

.post_text input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.post_text button::-moz-focus-inner,
.post_text input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.post_text textarea {
	overflow: auto;
	vertical-align: top;
}

.post_text table,
.post_text th,
.post_text td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.post_text table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

.post_text caption,
.post_text th,
.post_text td {
	font-weight: normal;
	text-align: left;
}

.post_text th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.post_text td {
	border-width: 0 1px 1px 0;
}

.post_text del {
	color: #767676;
}

.post_text hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
.post_text .aligncenter {
    display: block;
    margin: 0 auto;
}
.post_text .alignright { float: right; }
.post_text .alignleft { float: left; }
