@charset "utf-8";
/* CSS Document */

/**
/* General
/* .align-
/* .wp-caption
 */


/* General
--------------------- */

/* em */
.post-content em {
	font-style: italic;
	font-weight: inherit;
}

/* del */
.post-content del {
	color: #ff0000;
}

/* ul */
.post-content ul {
	list-style-type: disc;
	margin: 0 0 20px;
	padding: 0 0 0 2em;
}
.post-content ul li {
	margin: 0 0 10px;
}
.post-content ul li:first-child {
	margin-top: 0;
}

/* ol */
.post-content ol {
	list-style-type: decimal;
	margin: 0 0 20px;
	padding: 0 0 0 2em;
}
.post-content ol li {
	margin: 0 0 10px;
}
.post-content ol li:first-child {
	margin-top: 0;
}

/* table */
.post-content table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 20px;
	width: 100%;
}
.post-content table th {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.5;
	padding: 1em 1.5em;
	vertical-align: top;
	white-space: nowrap;
}
.post-content table td {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.5;
	padding: 1em 1.5em;
	vertical-align: top;
}
@media only screen and (max-width: 600px) {
	.post-content table th {
		display: block;
	}
	.post-content table td {
		display: block;
	}
}

/* blockquote */
.post-content blockquote {
	background-color: #fafafa;
	border: 1px dashed #e0e0e0;
	color: #666;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 20px;
	padding: 15px 20px;
}
.post-content blockquote p {
	color: #666;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 15px;
	padding: 0;
}
.post-content blockquote > *:last-child {
	margin-bottom: 0;
}
.post-content blockquote a {
	color: #666;
}

/* hr */
.post-content hr {
	background: #ccc;
	border: 0;
	display: block;
	height: 1px;
	margin: 0 0 20px;
}


/* .align-
--------------------- */

.post-content .alignleft {
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
	max-width: 100%;
}
.post-content .alignright {
	float: right;
	height: auto;
	margin: 0 0 20px 20px;
	max-width: 100%;
}
.post-content .aligncenter {
	clear: both;
	display: block;
	height: auto;
	margin: 0 auto 20px;
	max-width: 100%;
}
@media only screen and (max-width: 600px) {
	.post-content .alignleft {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	.post-content .alignright {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
}


/* .wp-caption
--------------------- */

.post-content .wp-caption {
	background: transparent;
	border: none;
	color: #333;
	margin: 0 0 20px;
	max-width: 100%;
	padding: 0;
	text-align: left;
}
.post-content .wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
.post-content .wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.post-content .wp-caption.aligncenter {
	margin: 0 auto 20px;
}
.post-content .wp-caption-dt {
	margin: 0;
	padding: 0;
}
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: center;
}
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd {
	padding-top: 10px!important;
}