.page-type-bats fieldset{
    border: 0;
    padding: 0;
}

.page-type-bats .field-group-fieldset{
    float: left;
    width: 47%;
    overflow: hidden;
}

.page-type-bats .field-group-fieldset h3{
    margin-bottom: 8px;
}

.page-type-bats .field-group-fieldset section{
    margin-top: 15px;
}

.page-type-bats .group-lecture-2{
    margin-left: 6%;
}

.page-type-bats .region-content .date-display-single{
    margin-bottom: 0;
}

.page-type-bats .group-bats-info{
    margin-bottom: 20px;
    overflow: hidden;
}

.page-type-bats .group-bats-info section{
    margin-bottom: 10px;
}

.page-type-bats .group-bats-info section:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.page-type-bats .field-name-field-abstract-1{
    clear: both;
}

/* BATS display view */
.bats-display section {
  margin-bottom:10px;
}

.bats-display .views-row {
  background-color:#fff;
}

div.bats-speaker {
    width:47%;
    float:left;
}

div.bats-speaker div.speaker-image {
    padding-right:15px;
}

div.bats-speaker div.speaker-image img {
    min-width:150px;
    height:auto;
}

div.bats-speaker div.cell {
    display:table-cell;
    vertical-align:top;
}



@media screen and (max-width: 800px) {
    .page-type-bats .field-group-fieldset{
        float: none;
        width: 100%;
    }
    
    .page-type-bats .group-lecture-2{
        margin-left: 0;
        margin-top: 35px;
    }
    
    div.bats-speaker {
        width:100%;
        float:none;
    }
    
}

@media screen and (max-width: 400px) {
    .page-type-bats.ia-l .field-type-image{
        width: 100%;
        float: none;
    }
    .page-type-bats.ia-l .field-type-image img{
        margin: 0;
    }
}
