@media (max-width:767px) {

    a.btn {
        min-width: 0px;
        padding: 6px 1px;
    }
}

@media (max-width:1023px) {
    .tbl-mobile tbody tr th:first-child,
    .tbl-mobile tbody tr td:first-child {
        display: none;
    }

    .tbl-mobile tbody tr.tr-mobile th:first-child {
        padding: 8px;
        background-color: #e5eeee;
        display: table-cell;
    }

    .tbl-mobile {
        border-spacing: 1px !important;
    }

        .tbl-mobile div.callout-buttons {
            padding: 0;
        }

    table th, table td {
        padding: 7px 1px 7px 1px;
    }
}

@media (min-width:1024px) {
    .tbl-mobile tbody tr.tr-mobile {
        display: none;
    }

    table th, table td {
        padding: 7px 8px 7px 8px;
    }
}
