    .presenterWrapper{padding:0px 30px 0px 0px;}

    .presenterProfile{
        position: relative;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,.2);
        width: 100%;
        background: #FFFFFF;
        box-shadow: 3px 5px 0px 0px rgba(0,0,0,.05);
        cursor: pointer;
        min-height:116px;}        
    
    .presenterProfile.bigProfile{
        min-height: 180px;
        margin-bottom: 40px;
    }
    
    .presenterProfile:hover{
        box-shadow: 0px 0px 6px #FFD14B !important;
        margin-left: 1px;}
    
    .presenterBody{}
    
    .presenterImage{
        border-radius:23px;
        padding: 10px;
        border: 3px solid #FFF;
        position: absolute;
        right: -19px;
        top: 0px;
        background-size: cover;
        height: 116px;
        width: 116px;
        display: block;
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
        border-bottom-left-radius: 60px;
        background-position: center center;
        background-color:#FFFFFF;}
    
    .presenterImage.bigImage{height:200px;width:200px;}        

    .presenterName{width:75%;}
    .bigProfile .presenterName{font-size:17px !important;}
    
    .presenterTitle{width:75%;}
    .presenterOrg{font-weight:normal;width:75%;}

    .keynotePresenter{
        background: #ffe852;
        background: -moz-linear-gradient(top, #ffe852 0%, #ffd14b 100%);
        background: -webkit-linear-gradient(top, #ffe852 0%,#ffd14b 100%);
        background: linear-gradient(to bottom, #ffe852 0%,#ffd14b 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffe852', endColorstr='#ffd14b',GradientType=0 );
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        padding: 9px 5px 9px 16px;
        color: #000000;}      