figcaption {
	font-size: 0.8em !important; 
	margin-top: 0.5em !important;
	margin-bottom: 2em !important;
}

.leadParagraph {
	font-size:1.25em !important;
}

/* TWO COLUMNS */
.container .column {
	margin: 0 !important; 
	border: none !important; 
	box-shadow: none !important;
}

.container {
	display: flex !important; 
	flex-wrap: wrap !important;
}

.column {
	flex: 1 1 300px !important;
}

.column:first-child {
	padding-right: 2em !important;
}

/* BOXES FOR EXAMPLES OR FURTHER READING */
.box {
	border-radius: 25px !important; 
	padding: 1.5em 2em 0.1em 2em !important;
	margin-top: 2em !important;
	background: #e6f5ff !important;
	border: 10px solid #e6f5ff !important;
}

img.boxIcon {
	float: right !important; 
	border-radius: 50% !important;
	border: 10px solid #e6f5ff !important;
}

h3.boxHeading, h4.boxHeading, h5.boxHeading {
	font-size: 1.2em !important;
	color: 000000 !important;
}

a.boxLink {
	font-weight: bold !important;
}

/* PHOTOS */
.photo {
	border-radius: 25px !important;
}

/* WIKITEXT EXAMPLES */
.wikitext {
	font-family: 'courier new', courier !important; /*This doesn't work, it takes the systems default font anyway. */
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #000000 !important;
	padding: 1em;
	background-color: #f6f6f6 !important;
}	

