.track-row {
	display: flex;
    align-items: start;
    justify-content: left;
    border-bottom: 1px dotted #82bc41;
    padding-bottom: 40px;
    margin-top: 30px;
}
.track-row:hover {
	background: transparent;
}
.track-row:after {
	content: "";
    display: table;
    clear: both;
}
.track-row-left {
	float: left;
	max-width: 200px;
	margin: 0 1.1em .4em 0;
}
.track-icon-container {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.track-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	
}
.track-icon .tf_fa {
	font-size: 2em;
	background: #82bc41;
	color: #fff;
	padding: 34px 0;
	border-radius: 100%;
	width: 100px !important;
}
.track-row-right {
	text-align: left;
    overflow: hidden;
    min-width: 160px;
}
.track-row-right p {
	text-align: left;
}
.track-speakers-toggle {
	margin-top: 30px;
	background: #eee;
    padding: 8px;
    box-shadow: #aaa 0px 0px 3px;
    cursor: pointer;
    font-weight: bold;
    color: #111;
}
.track-speakers-content {
	display: none;
	padding: 20px 20px 4px;
	border: 1px solid #eee;
	box-shadow: #aaa 0px 0px 3px;
}
.accordion-active-icon {
	display: none;
}
