body {
	background-color: white;
	font-weight: lighter;
	color: black;
}

b {
	font-family: 'GothamLight';
	font-weight: bold;
}

#logo {
	/* display: inline-block; */
	height: 20px;
	margin-right: 8px;
	color: white;
	text-transform: uppercase;
	transition: all .25s ease-in-out !important;
	font-size: 0.67em;
}

#logo img {
	display: inline;
	height: 20px;
	width: auto;
	margin: 0;
}

#show-quarter:hover + #quarter-dropdown {
	display: block;
}

#quarter-dropdown:hover {
	display: block;
}

#quarter-dropdown {
	padding-top: .5em;
	border-width: 1px;
	border-style: solid;
	border-color: #800000;
	position: absolute;
	z-index: 1;
	text-align: center;
	background-color: #800000;
	justify-content: center;
	display: none;
	padding: 5px;
}

#quarter-dropdown a {
	line-height: 2em !important;
	text-decoration: none;
}

h1 {
	color: #800000;
	text-align: center;
	font-weight: lighter;
}

h1 a {
	color: #800000;
	text-decoration: underline;
}

.contain {
	padding: 2em 5% 2em 5%;
	max-width: 60em;
	margin: auto;
}

#info {
	text-align: left;
}

.quarter {
	font-size: 150%;
	text-align: center;
}

table {
	background-color: #eeeeee;
	border-spacing: 1.5em;
	margin: auto;
}

p {
	margin-bottom: 1em;
	line-height: 1.75em;
	font-weight: lighter;
;
}

th, td, tr {
	padding: 1em; 
	vertical-align: top;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	font-weight: lighter;
}

footer {
	text-align: center;
	font-size: -1;
}

.date {
	width: 4.5em;
	height: 4.5em;
	border: #400000 2px solid;
	background-color: white;
	display: inline-flex;
	justify-content: center;
	align-items: center; 
	margin-bottom: .5em;
}

.month {
	text-align: center;
	font-size: 0.8em;
	font-weight: lighter;
	color: #666;
	display: table;
	margin: auto;
	margin-bottom: .5em;
}

.day {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	display: table;
	margin: auto;
}

.time {
	text-align:center;
	vertical-align:top;
	font-weight: bold;
	line-height: 0.5em;
	width: 6.5em;
}

.remark {
	font-size: .7em;
	line-height: 1.5em;
}

.location {
	font-size: .8em;
	white-space: nowrap;
	font-weight: lighter;
}

.speaker {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	min-width: 15em;
	max-width: 30em;
	display: block;
}

.affiliation {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	max-width: 30em;
	color: #666;
	display: block;
}

.title {
	font-size: 1em;
	color: #400000;
	min-width: 15em;
	max-width: 30em;
	display: inline-block;
	font-weight: lighter;
	line-height: 1.5em;
}

.abstract {
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.5em;
	color: #333;
	max-width: 30em;
	word-break: break-word;
}

.MJXc-display {
    overflow-x: scroll;
    overflow-y: hidden;
}

.MJXc-display::-webkit-scrollbar {
    display: none;
}

figcaption {
	text-align: center;
}

.photo {
	float: left;
	width: 43%;
	padding: 3%;
}

address {
	text-align: center;
	font-style: normal;
	font-weight: lighter;
	font-size: .8em;
	line-height: 2em;
}

@media (min-width:768px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
}
