.awards h2,
.committee h2,
.submission h2,
.program h2,
.speakers h2,
.registration h2,
.information h2,
.tours h2,
.app h2,
.access h2,
.accommodations h2,
.sponsors h2,
.payment h2,
.contact h2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}
.footer{
	margin-top: 30px;
	background-color: #047;
	color:#fff;
}
.go-up{
/*	color:rgba(0,0,0,0.5);*/
	font-size: 40px;
	position: fixed;
	bottom: 5px;
	right: 15px;
}
hr{
  border-top: 1px solid #ccc;
}
.footer .row{
	margin: 10px 0;
	text-align: center;
}
.footer ul li{
	list-style: none;
	margin: 0 0 0 -40px;
	padding: 0;
}
.footer ul li.bold{
	font-weight: bold;
	margin: 10px 0 10px -40px;
}
.footer ul li a{
	color: #fff;
}
.footer ul a h5{
	font-weight: bold;
}
h3{
	color: #047;
}
.committee h5{
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
ul.tour,
ol.tour{
	margin-left: 8px;
	padding-left: 8px;
}

.jumbotron h1,
.jumbotron p{
	display: inline-block;
	padding:0 10px;
	background-color:rgba(0,68,119,0.5);
	color:#fff;
}
.deadline{
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 0;
	padding:5px 15px;
}
.deadline h4{
	color:#047;
}
.deadline p.date{
	font-size:27px; font-weight:bold;
}
.print-header{
	margin:20px;
}
.bordered{
	border: 1px solid #047;
	padding: 10px 20px;
	margin: 15px 0;
	display: inline-block;
	border-radius: 5px;
}
.speakers img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.speakers h4{
	margin-top: 20px;
	clear: both;
}
.btn{
	margin-bottom: 20px;
}
table.table-sponsor th,
table.table-sponsor td{
	vertical-align: middle;
	text-align: center;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

legend{
	display: block;
	margin: 20px 0;
}

.payment .form-group table tr td{
	padding:3px !important;
}
