.ba-responsive-table .dropdown{
    float: right;
}

.ba-responsive-table-dropdown label{
    top: 15px;
}
.ba-responsive-table-dropdown > :nth-child(1){
    border-right:none;
}
.ba-responsive-table-dropdown > :nth-child(2){
    border-left:none;
}
 .ba-responsive-table-dropdown label{
     display: inline-block;
     margin-bottom: .5rem !important;
 }

@media only screen and (min-width: 768px){
    .ba-responsive-table-dropdown{
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .ba-responsive-table tr:not(.ba-responsive-table-dropdown) > :nth-child(n+3){
        display:none;
    }
    .ba-responsive-table thead > :nth-child(1){
        display: none;
    }

}

