@charset "UTF-8";
/* CSS Document */

.generated {
	font-size: 0.5rem;
	font-style: italic;
	text-align: right;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1000px) {
	
/* exclude navigation bar so the menu remains the same on each page */
	div:not(.navigation) > * {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	a {
		word-wrap: break-word;
	}
}/* end media query */