/*
 * Content utilities shared by the editor and public site.
 *
 * These selectors are retained for articles created with the retired
 * TinyMCE Custom Styles plugin.
 */

.list {
	margin: 0.35rem 0;
}

.stdtop {
	margin-top: 0.65rem !important;
}

.moretop {
	margin-top: 0.8rem !important;
}

.lotstop {
	margin-top: 1rem !important;
}

.hugetop {
	margin-top: 1.3rem !important;
}

.stdbottom {
	margin-bottom: 0.65rem !important;
}

.morebottom {
	margin-bottom: 0.8rem !important;
}

.lotsbottom {
	margin-bottom: 1rem !important;
}

.hugebottom {
	margin-bottom: 1.3rem !important;
}

.topless {
	margin-top: 0 !important;
}

.bottomless {
	margin-bottom: 0 !important;
}

.beforelist {
	margin-bottom: 0.3rem;
}

.lastitempx {
	padding-bottom: 12px !important;
}

.lastitemem {
	margin-bottom: 0;
	padding-bottom: 1.3rem;
}

strong,
.strong,
.fett,
.bold,
.smallBold,
.smallerBold {
	font-weight: bold;
}

.notstrong {
	font-weight: normal;
}

.smaller,
.smallerBold {
	font-size: 0.95rem;
	line-height: 1.25;
}

p.futuretheory-smaller-style-container {
	line-height: 1.25;
}

div.smaller {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.small,
.smallBold {
	font-size: 0.89rem;
	line-height: 1.2;
}
