body {
	background-color: #fff;
	font: normal 1em/1.5 Helvetica, Arial, sans-serif;
	color: #222;
	margin: 0;
	padding: 0 0 20px 0;
}

a,
a img {
	border: none;
	text-decoration: none;
}

h1, h2 {
	font-family: 'Roboto Slab';
	font-weight: 700;
	color: rgb(0, 72, 125);
	font-size: 36px;
	line-height: 42px;
}

p {
	margin: 0;
	padding: 0;
}

p + p {
	margin-top: 1em;
}

sup {
	font-size: .6em;
}

body > * {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

body > div {
	padding: 20px 0;
	width: 960px;
}

/*.header > * {
	float: left;
}*/

body > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

body >  h1 {
	display: block;
	max-width: 900px;
	font-size: 3em;
	line-height: 1.1em;
	margin: -230px auto 10px auto;
	text-transform: uppercase;
	color: #fff !important;
}

body > .header h1 + p {
	font-size: 1.1em;
}

body > h2 {
	font-size: 1em;
	line-height: 1.2;
	margin-top: 10px;
	color: #fff !important;
	font-weight: 100;
}

body > .header > .h-info {
	text-align: center;
	padding: 0 20px;
	width: 440px;
	margin: 0 auto;
}

body > .alert {
	text-align: center;
}

.main {
	text-align: center;
}

.main > .alert {
	border: 0;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.main > div,
.meeting_host {
	margin: 30px auto;
	padding: 30px 0;
}

.credits {
	margin-top: 50px;
}

.credits h3 {
	color: rgb(0, 72, 125);
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
.credits p + h3 {
	margin-top: 20px;
}

.main .about {
	text-align: left;
}
.main .about .greetings {
	display: block;
	margin-bottom: 1.3em;
}

.meeting_host {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.meeting_host li {
	float: left;
	list-style: none;
	width: 25%;
}
.meeting_host h2 {
	font-size: 14px;
}

.congress-date {
	color: #fff;
}

.btn {
	background: #FD9C0A url(/images/icon-download-2424.png) no-repeat 10.5em center;
	box-shadow: inset 0 0 0 1px #FD9C0A,
				inset 0 0 0 2px rgba(255,255,255,.3),
				inset 0 -3px 0 rgba(0,0,0,.2);
	color: black;
	display: block;
	margin: 0 auto;
	padding: 10px 2em 10px 10px;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
	width: 10em;
	transition: all .2s;
}
.btn:hover {
	background-color: #FA5103;
	box-shadow: inset 0 0 0 1px #FA5103,
				inset 0 0 0 2px rgba(255,255,255,.3),
				inset 0 -3px 0 rgba(0,0,0,.2);
	transition: all .2s;
}