
body {
	margin-top: 0;
	margin-left: 8mm;
	margin-right: 8mm;
	overflow-x: visible !important;
}

.sections {
	position: relative;
	top:0;
}

.no-print,
section.cover:before,
section.cover .curve,
section.download,
section.map,
#header,
#sign-up,
.countdown,
.agenda-tabs,
.activities .date-block label,
section.speakers .contents button,
section.sponsors button {
	display: none !important;
}

.title,
.title-center {
	width: auto;
	color: #000000 !important;
}

a{
	word-wrap: break-word;
}

section.cover,
section.cover .inner {
	background: none !important;
	color: #333 !important;
	position: relative !important;
	top:0;
	left: 0;
	height: auto;
}


.speakers h4 {
	color:#000 !important;
}

.print,
.tab-content > .tab-pane,
.header .content .info .address,
.header .content .info .date-time {
	display: block !important;
}

.tab-date {
	font-size:26px;
	font-family: 'Ubuntu', sans-serif;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}

section .bounds,
section.speakers .bounds{
	padding:20px 0 !important;
}

.activities .name-location {
	padding:10px 10px;
}

.empty,
.empty p {
	padding: 0 !important;
	color:#ddd !important;
}

section.about,
section.sponsors {
	page-break-inside: avoid !important;
}

section.schedule .activity .date-block {
	display: flex;
	justify-content: left;
	padding-bottom:0;
	padding-left: 0;
}

section.schedule .activity{
	page-break-inside: avoid !important;
}

section.schedule .name {
	font-size:18px;
	width: 100%;
	font-weight: bold;
}

section.schedule .description{
	padding-top:10px;
}

section.speakers .speakers-container{
	display: block;
}

section.speakers .speaker{
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	page-break-inside: avoid !important;
}

section.speakers .header{
	display: inline-block;
	width:200px;
	height:200px;
}

section.speakers .contents{
	display: inline-block;
	width: 420px !important;
	padding-left:10px;
}

section.speakers .header,
section.speakers .contents{
	vertical-align:top;
	display: inline-block !important;
}

section.speakers .speaker img{
	height: 200px;
	width: 200px;
	border-radius: 0 !important;
	margin: 0 !important;
}

section.speakers .description{
	padding-top: 10px;
	word-wrap: break-word;
}

section.speakers .name{
	font-size:18px;
}

section.sponsors .sponsor{
	page-break-inside: avoid !important;
	word-break: break-word;
	height: auto;
	margin-left:0;
}

section.sponsors .sponsor a::after {
	width:100px;
	height: auto;
	content: "("attr(href)")";
	word-wrap: break-word;
	display: inline-block;
}



