.biodiv
{
    float: left;
    width: 48%;
    /* max-width: 216px; */
	max-width: 200px;
    margin: 0 0.65% 10px 0;
    border: 1px solid #f3f3f3;
}

.biodiv .bio-img
{
    width: 100%;
    /* max-width: 216px; */
	max-width: 200px;
    cursor: pointer;
}

.biotext
{
    position: relative;
    /*height: 120px;*/
    height: 110px;
}

.bio-name
{
    /*position: absolute;
    top: 10px;
    left: 10px;*/
    margin: 5px 10px 0 10px;
    width: 95%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    white-space: normal;
    cursor: pointer;
}

.bio-name:after
{
    content: ' \2192';
}

.job-title
{
    margin: 0 10px 10px 10px;
    font-size: 12px;
    color: #808080;
}
/*
.bio-link, .bio-link:visited
{
    position: absolute;
    top: 95px;
    left: 10px;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: none;
}

.session-link, .session-link:visited
{
    position: absolute;
    top: 95px;
    right: 10px;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: none;
}

.bio-link:hover, .session-link:hover
{
    color: #00adf1;
	text-decoration: none;
}

.bottom-bar
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background-color: #f5f5f5;
    display: none;
}
*/
.bio-title, .bio-desc
{
    display: none;
}

.row.close-row
{
    text-align: center;
}

.session-category
{
    font-family: "Klavika-Regular", Roboto;
    font-size: 28px;
    color: #40c5eb;
    text-transform: uppercase;
}

.session-title
{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 20px 0;
    color: #696969; /* dim gray */
    cursor: pointer;
}

.session-title:after
{
    content: ' \2192';
}

.clear
{
    clear: both;    
}
/*
@media (min-width: 1200px)
{
    .biodiv
    {
        width: 49%;
        max-width: 432px;
        margin: 0 1.0% 10px 0;
        position: relative;
    }

    .biodiv img, .biotext
    {
        float: left;
        width: 50%;
    }

    .biotext
    {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        right: 0;
        height: auto;
    }

    .bio-link, .session-link
    {
        top: auto;
        bottom: 5px;
    }
}
*/
@media (max-width: 499px)
{
    .biodiv
    {
        width: 100%;
    }
}