@charset "UTF-8";
.postbody {
	width : 100%;
}
.postbody .content * {
	font-size : 1em;
}
.postbody .content h1,
.postbody .content h2,
.postbody .content h3,
.postbody .content h4,
.postbody .content h5,
.postbody .content h6 {
	font-size : 1.3em;
	margin : 20px 0 10px;
	color : #115098;
	display : block;
	width : 100%;
}
.postbody .content pre,
.postbody .content code {
	font-size : 0.9em;
	white-space : pre;
	overflow : auto;
	border-radius : 5px;
	border : 1px solid #C9D2D8;
	background-color : #FFFFFF;
	color : #004276;
}
.postbody .content pre {
	height : auto;
	max-height : 200px;
	padding : 5px 10px;
	margin-bottom : 20px;
	display : block;
}
.postbody .content code {
	padding : 0 5px;
	display : inline;
}
.postbody .content blockquote {
	border-radius : 5px;
	border : 1px solid #C9D2D8;
	background-image : none;
	margin : 20px;
}
.postbody .content table {
	border-radius : 5px;
	border : 1px solid #0A325A;
	margin : 20px 0 10px;
}
.postbody .content table tr {
	border-color : #0A325A;
	border : 1px solid #0A325A;
}
.postbody .content table th {
	border : 1px solid #0A325A;
	color : #FFFFFF;
	background-color : #0A325A;
	text-align : left;
	padding : 2px 10px;
}
.postbody .content table td {
	border-color : #0A325A;
	border : 1px solid #0A325A;
	padding : 2px 10px;
}
.postbody .content img {
	max-width : 90%;
	max-width : calc(100% - 40px);
	margin : 0 20px 10px;
	border : 0;
	display : inline-block;
}
