﻿@media (max-width:768px) {

div.left
{
   float:left;
   position: relative;
   min-width:100%;
   clear:both;
 
}

}





div.left
{
   float:left;
   position: relative;
   width:140px;
   padding-right: 10px;
 
}


div.right
{
    
    
   min-width: 125px;
    
}



/* -- Speakers -- */
.Speaker_Name 
{
    font-weight:bold;
    padding-bottom:12px;
    
}



.Name
{
    font-size: 15px;
}
.biotext
{
    font-size: 10px;
    font-weight: normal;
    
  
}




.Speaker_Jobtitle 
{
    font-style:italic;
    font-weight: lighter;
    
}
.Speaker_Organization
{
    font-weight: bold;
    
}
.bio
{
 



}
img.biopic
{
    float:right;
}

.SpeakerPic
{
    position: relative;
    padding: 3px;
    height: 168px;
     max-height: 168px;
  
}


hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}