﻿#boa-table td {
    vertical-align: top;
}
@media only screen and (max-width:805px){
    #boa-table td {
        display: block;
    }
}