.container--outer {
	max-width: 850px;
}

.logo__title {
	color: #f63;
}

h3 {
	padding-top: 25px;
	border-top: 1px solid #eee;
	margin-bottom: 10px;
}

p {
	font-size: .95rem;
}



span.small {
  font-size: smaller;
}

td, th, table {
	border: none;
}

.main 
a:visited {
  color: #b63;
}

/* plus-minus button used to expand and hide abstracts*/
.pm {
	font-size: 12px;
}

/* abstract of a talk */
.abstract {
		background: #eee;
		padding: 10px;
}

/* button with link to stripe for payment */
.stripe-button {
    background: #f63;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
	border-color: #d33;
    color: white;
	font-weight: bold;
}

.stripe-button:hover {
	background: #f85;
}
