.workshop-detail {
	padding: 60px 100px 0 80px;
}

.schedule .tab-content-schedule:before {
	border-right: none !important;
}

.schedule .tab-content-schedule {
	padding-top: 70px !important;
	padding-bottom: 40px !important;
}

.schedule .tab-content-schedule .schedule-item {
	padding-left: 90px !important;
	padding-bottom: 50px !important;
	margin-bottom: 0 !important;
	overflow: visible;
}

.workshop-schedule-title {
	padding-bottom: 40px;
}

.workshop-schedule-item {
	margin-top: 0 !important;
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.workshop-schedule-item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 23.5px;
	width: 0;
	display: block;
	content: "";
	border-right: 1px solid #eff1f5;
}

.workshop-schedule-item:last-child:before {
	border-right: none !important;
}

.lecture-icon-wrapper {
	top: -6px !important;
	font-size: 13px !important;
	color: #e4a028;
	line-height: 38px;
	font-weight: bold;
}

.workshop-speaker {
	padding: 0px 100px 0px 80px;
}

.workshop-registration {
	padding: 70px 100px 40px 80px;
}

ul ul {
	margin-left: 20px;
}

iframe {
	frameborder: 0;
	width: 100%;
	height: 270px;
	vspace: 0;
	hspace: 0;
	marginheight: 5px;
	marginwidth: 5px;
	scrolling: auto;
	allowtransparency: true;
}

h4 {
	color: #000000  !important;
	font-size:  1.3em !important;
	padding-top: 10px;
}

@media (max-width: 480px) {

	iframe {
		height: 280px;
	}

	.workshop-section, .schedule-section {
		padding-bottom: 0 !important;
	}

	.workshop-detail, .workshop-speaker, .workshop-registration {
		padding-left: 0;
		padding-right: 0;
	}

	.schedule .tab-content-schedule {
		padding-left: 0px !important;
	}

	.schedule .tab-content-schedule .schedule-item {
		padding-left: 40px !important;
	}

	.workshop-schedule-item {
		margin-left: 8px !important;
	}

	.schedule .schedule-item .schedule-item-toggle .title {
		padding-left: 0 !important;
	}

	.workshop-schedule-item:before {
		left: 14.5px;
	}

	.speaker .photo-wrapper {
		width: 100px;
		height: 100px;
		margin-top: 0 !important;
		margin-bottom: 2px !important;
		margin-right: 13px !important;
		float: left;
	}

	.nav-wrapper .nav-current {
		padding-right: 45px !important;
	}

	.nav.nav-schedule > li > a {
		padding-right: 10px !important;
	}

	.nav.nav-schedule.open {
		padding-right: 40px;
	}

	.speaker .name, h4 { 
		white-space: pre-wrap;      /* CSS3 */   
		white-space: -moz-pre-wrap; /* Firefox */    
		white-space: -pre-wrap;     /* Opera <7 */   
		white-space: -o-pre-wrap;   /* Opera 7 */    
		word-wrap: break-word;      /* IE */

	 	display: flex;
		align-items: center;
		
		text-align: left;
		margin-top: 0;
		margin-bottom: 12px;
	}

	h4  {
		font-size: 1.1em;
	}
}
