
/**
 * ========================================
 * AGENDA
 * ========================================
 */
h3.agenda-heading-grey{
	color:#222;
    line-height: 0.715;
}
h3.agenda-heading-yellow{
	color:#fd8828;
    line-height: 0.715;
}
h3.agenda-heading-blue{
	color:#93f000;
    line-height: 0.715;
}
.hanterasAgenda{
    position:relative;
    width:100%;
    height:auto;
}
.agenda-line-0{
    width:100%;
    height:60px;
}
.agenda-point-grey{
    position:absolute;
    height:100%;
    border-left: #b7b7b7 2px solid;
    width:30px;
    float:left;
}
.agenda-point-yellow{
    position:absolute;
    height:100%;
    border-left: #fd8828 2px solid;
    width:30px;
    float:left;
}
.agenda-point-3rows{
    height:90px;
}
.agenda-point-blue{
    position:absolute;
    height:100%;
    border-left: #93f000 2px solid;
    width:30px;
    float:left;
}
.agenda-time{
    position: absolute;
    height: 100%;
    width: 100px;
    float: left;
    text-align: left;
    padding: 6px 0 0 10px;
    font-size: 15px;
}
.agenda-time-narrow{
    position:absolute;
    height:100%;
    width:70px;
    float:left;
    padding-top: 6px;
    text-align: right
}
.agenda-description {
    width: auto;
    padding: 6px 55px 6px 120px;
    float: left;
    /**text-transform: capitalize;**/
}
.agenda-description-wide{
    padding: 6px 55px 6px 80px;
}
.agenda-description p{
    margin: 0;
}

.agenda-single-description{
    padding: 0px 0;
}
.agenda-more {
    position: absolute;
    height: 100%;
    width: 70px;
    float: right;
    padding-top: 6px;
    text-align: right;
    right: 0px;
    cursor: pointer;
    top: 50%;
    margin: -18px 12px 0 0;
}
.hanterasAgendaCola {
    background:#fff;
}
.hanterasAgendaColb {
    background:#f2f2f2;
}
/**
 * ========================================
 * SPEAKERS
 * ========================================
 */
p.team-company {
    color: #314356;
    font-size: 13px;
    margin: -8px 0 0 10px;
}
.team-title {
    color: #333333;
    font-size: 11px;
    margin: -2px 0 0 10px;
    line-height: 1em;
}
.team-member h4 {
    margin: 6px 0 0 10px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member a.popup-with-zoom-anim{
    margin: 0 0 0 10px;
}
.team-member p.text-muted{
    margin: 0;
}