Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* typography */
body {
	font-size: 1.25em;
}

#pt-userpage {
  background-position: left center;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: Palatino !important;
}

#bodyContent {
	font-size: 1.0em !important;
	text-align: justify !important;
	hyphens: auto;
}

.referencetooltip, .mwe-popups {
	text-align: justify !important;
	hyphens: auto;
}

textarea {
	hyphens: none;
}

blockquote {
	font-size: 0.95em;
}

code {
	border: none;
}

.reflist {
	-moz-column-count: 2 !important;
	-webkit-column-count: 2 !important;
	column-count: 2 !important;
}

/* failed attempt at proper paragraphs

.mw-body p {
	margin: 0px 0px;
}

.mw-body p+p {
	text-indent: 2em;
}

.mw-body .thumb+p {
	text-indent: 2em;
}

.mw-body .thumb+p {
	text-indent: 2em;
}

*/

#siteSub {
	display: none;
}

#mw-history-compare, .mw-changeslist, .mw-contributions-list {
	font-size: 0.75em;
}

/* interface */
#mw-head {
	font-variant: small-caps;
}

/* cleaner edit page */
#editpage-copywarn, .editpage-head-copywarn, #wpSummaryLabel {
    display: none;
}

input#wpSummary {
    width: 100%;
}

.editCheckboxes {
    float: right;
}