body {
	padding: 20px;
}
.confLogoBox {
    padding-right: 40px;
	float: none;
	margin-bottom: 20px;
}

.confLogoBox img {
	width: 150px;
}

.confTitleBox {
    background: white;
}

.conference-title-link {
    color: #000;
	font-weight: 800;
}


.confTitle {
    width: 100%;
}

.confSubTitleContent {
    width: 100%;
}

#confSectionsBox {
    width: 100%;
}

@media screen and (max-width: 600px) {
.conf_leftMenu {
	float: none;
    width: 100%;
}	

.confBodyBox {
    margin-left: 0px;
}


}