li.tle-speaker-title {
    font-size: 16px;
}

.tle-event-header a.tle-lounge-link:hover {
    opacity: 0.9;
}

.tle-body.tle-event-body>div#content>ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0px;
}

.tle-body.tle-event-body {
    padding-top: 20px;
}

.tle-body.tle-event-body>div#content ul>li>*:first-child {
	width: 30%;
	display: block;
	float: left;
	font-weight: 600;
}

.tle-body.tle-event-body>div#content ul>li>*:last-child {
    width: 70%;
    margin-left: 0px;
}

.tle-body.tle-event-body .tle-event-information>li {
    display: flex;
}

.tle-body.tle-event-body .tle-event-information p {
    margin-bottom: 0px;
}

.tle-body.tle-event-body ul.tle-event-information {
    margin-bottom: 40px !important;
}

.tle-body.tle-event-body ul.tle-talk {
    list-style: none;
}

.tle-body.tle-event-body .tle-event-program>li {
    display: flex;
    padding: 20px 20px 13px 20px;
}

.tle-body.tle-event-body .tle-speaker-image {
    width: 25% !important;
    padding-right: 5%;
}

.tle-body.tle-event-body .tle-event-program>li:nth-child(odd) {
    background-color: #efefef;
}

.tle-body.tle-event-body li.tle-event-moderation>span>span:first-child,
.tle-body.tle-event-body li.tle-speaker {
    font-style: italic;
}


.tle-body.tle-event-body li.tle-talk-title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
}

.tle-body.tle-event-body .tle-header-image-container {
    display: flex;
}

.tle-body.tle-event-body .tle-event-title {
    font-size: 30px;
    margin: 15px 0px 30px 0px;
}

.tle-event-header.tle-header {
    width: 100%;
}

.tle-body.tle-event-body li.tle-speaker>a.tle-event-speaker-link {
    width: 100% !important;
    font-weight: 300 !important;
}