.btn-labeled.btn-xs > b {
    padding: 8px;
}

.btn-block, .btn-block + .btn-block {
    margin-top: 1px
}

@media only screen and (max-width: 767px) {
    .table thead {
        display: none !important;
    } 
    
    .table tbody tr td {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        padding: 15px !important;
        text-align: left !important;
    }
    
    .table thead tr th, .table tbody tr td {
            white-space: initial !important;
    }
    
    .table tbody tr td:first-child {
        background: #f5f5f5 !important;
        border-top: 2px #4E342E solid;
    }
}
