.video-container, .doc-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe, .doc-container iframe, .doc-container object, .doc-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
pre {
	overflow: auto;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.post-content a {
	color: #18bfef;
}
@media screen and (max-width: 736px) {
	.pagination .page, .pagination .extra {
		display: none;
	}
	.pagination .force-show, .pagination .active {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.pagination .active {
		display: none;
	}
}
