@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-top: 115px;
	margin-bottom: 66px;
  font-family: 'Open Sans', sans-serif;
  color: #626262;
}
.brand-logo {
	height: 89px;
}
.edition-label {
	background-color: #003087;
	color: white;
}
.jumbotron {
	background-color: #003087;
	color: white;
}
.footer {
	position: absolute;
	bottom: 0;
  width: 100%;
  height: 50px;
	line-height: 50px;
	background-color: #545454;
	color: white;
	font-size: 12px;
}
.social {
	color: white;
}
.agenda table {
	font-size: 16px;
}
.agenda thead {
	font-weight: 600;
}
.agenda .break-row {
	font-size: 12px;
	font-style: italic;
	background-color: #F0F0F0;
}
.agenda .topic {
	font-style: italic;
	margin-right: 5px;
}
.agenda .lightning {
	margin-left: 15px;
	font-size: 12px;
	font-style: italic;
	color: #003087
}
.agenda .assets {
	display: inline-block;
	float: right;
}
.agenda .assets .asset-btn {
	color: #003087
}
.agenda .speaker-link {
	color: #003087
}
.register {
	background-color: #003087;
	color: white;
}
.sponsor-logo {
  max-width: 180px;
}
.modal-header {
	background-color: #003087;
	color: white;
	margin-bottom: 10px;
}
.modal-title {
	font-weight: 600;
	font-size: 16px;
}
.modal-subtitle {
	font-size: 12px;
	font-style: italic;
}
.modal-body {
	font-size: 15px;
	margin: 10px;
}
.speaker-photo {
	width: 160px;
}
.agenda-page-header {
	padding-top: 5px;
}
.agenda-page-header h1 {
	font-size: 16px;
	font-weight: 600;
	color: #003087;
	margin-bottom: 8px;
}
.agenda-page-header p {
	font-size: 12px;
	margin: 0;
}
.committee-member:hover {
	cursor: pointer;
	color: #003087;
}
