#bodytext{
	margin-top: 0;
}
#left_panel{
	-webkit-box-shadow: rgba(0,0,0,0.26) 0 0 5px;
	        box-shadow: rgba(0,0,0,0.26) 0 0 5px;
	        padding: 0;
	        -webkit-border-radius: 3px;
	                border-radius: 3px;
	        overflow: hidden;
}
.upseminar {
    height: 50px;
    background: #17708d;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
		font-size: 0.9em;
		font-weight: 600;
}
.upwebinar{
	background-color: #344c85;
	color: #fff;
	margin:0;
	padding: 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.9em;
}
.speaker_details{
	-webkit-box-shadow: rgba(0,0,0,0.26) 0 0 5px;
	        box-shadow: rgba(0,0,0,0.26) 0 0 5px;
	            background-color: #FFF;
	            -webkit-border-radius: 3px;
	                    border-radius: 3px;
	            padding: 15px;
	            margin-bottom: 15px;
	            -webkit-border-radius: 3px;
	                    border-radius: 3px;
	            overflow: hidden;
}

.spkrlist, .spkrlist_active{
	padding: 16px 15px;;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	font-weight: 400;
}
.spkrlist_active a{
	color: #e59f0a;
}
.pagination>.active>a{
	background-color: #E59F0A;	
	border: none;
}
.spkr_head{
	margin-bottom: 30px;
}
.spkr_img{
	height: 72px;
	width: 72px; 
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 2px solid #E59F0A;
}
.spkr_img, .spkr_name{
	display: inline-block;
	vertical-align: middle;
}
.spkr_name{margin-left: 15px;}
.spkr_name >p{
	margin: 0;
	font-weight: 400;
}
.spkr_name >p:nth-child(1){
	color: #E59F0A;
	font-weight: 600;
	font-size: 1.1em;
}
.spkr_name >p:nth-child(2){
	color: #777;
	font-size: 0.9em;
}
.spkr_name >p:nth-child(3){
	color: #777;
	font-size: 0.9em;
}
.webinar-list{
	margin-top: 15px;
	margin-bottom: 15px;
}