.speaker_bio {
    padding:25px;
}

.speaker_headshot{
    padding:25px;
    max-width: 300px;
}

figcaption {
    padding-left: 25px;
}


table.show_bios_table {
        border-collapse: collapse;
        border-radius: 10px;
        border-style: hidden; /* hide standard table (collapsed) border */
        box-shadow: 0 0 0 1px #666; /* this draws the table border  */
        border: 1px solid #ccc;
    }

td {

}


.speaker_headshot_td {
    width: 30%;
}