/**
 * Content
 * =========================================== */
.content {
	background-color: #fff;
	width: 700px;
	float: left;
	border: 1px solid var(--light-gray-500);
	border-radius: 3px;
}
.content-wide {
	width: 100%;
}
.entry-content {
	padding: 15px;
}
.entry-content-tab {
	display: none;
}
.entry-content-tab.active {
	display: block;
}
.entry-footer:before,
.entry-footer:after {
	content: '';
	display: table;
	clear: both;
}

/**
 * Page Content
 * =========================================== */
.page-content h1 {
	font-size: 21px;
	margin-top: 10px;
}
.page-content h2 {
	font-size: 19px;
	margin-top: 10px;
}
.page-content h3 {
	font-size: 17px;
	margin-top: 10px;
}
.page-content h4 {
	font-size: 15px;
}
.page-content h5 {
	font-size: 13px;
}
.page-content h6 {
	font-size: 11px;
}