div.wrapper {
	width: 90%;
	max-width: 600px;
	background-color: white;
	padding: 10px;
	min-height: 400px;
	padding-bottom: 1rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	margin: 20px auto;
	font-family: Arial, sans-serif; 
	margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
	div.wrapper {
		width: 90%;
	}
}

h1 {
    font-family: "Garamond, Times New Roman";
    font-size: xx-large;
    color: #097898;
    font-style: italic;
    text-align: center;
    margin: 0 0 25px;
    line-height: 85%;
}

h2 {
	font-size: medium;
	color: #1d93b5;
}

.dn { display: none; }
.cl { clear: both; }
.fl { float: left; }
.cr { text-align: center; }
.al { text-align: left; }
.ar { text-align: right; }
.bold { font-weight: bold }

