body {
	font-family: Garamond, "EB Garamond", serif;
	font-size: large; 
	padding: 30px 15% 30px 15%;
}


@media only screen and (max-width: 900px) {
    body {
    	font-size: normal;
        padding: 30px 5% 30px 5%;
    }
}

a:link {
	color: #44a;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	text-align: center;
	background-color: #eee;
}

h2 {
	text-align: center;
}

.week {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

.event {
	background-color: #eee;
	padding-left: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-radius: 10px;
	padding-right: 10px;
}

.event h4 {
	font-size: 20px;
	text-align: left;
	color: black;
	margin-top: 0px;
	border-top: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 0px;

	font-style: italic;
	font-weight: bold;
} 

div.wherewhen {
		text-align: right;
	float: right;
	font-family: "Montserrat", "Open Sans", sans-serif;
}

.speaker {
	color: #228;
	font-style: italic;
}

.abstract {
}


.rlink {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	float: right;
	font-size: large;
}

#past div {
	background-color: #eee;
}

#past .event {
	background-color: #faa;
}