﻿/* xs */
@media (max-width: 767px) {
    /* bt-body */

	.bt-table,
    .bt-tbody,
    .bt-tbody td,
    .bt-tbody tr {
		display: block; 
	}

    .bt-thead,
    .bt-tbody tr:not(.bt-row),
    .bt-row td:last-child {
        display: none;
    }

    .bt-row:not(:first-child) {
        border-top: 1px solid black;
    }

    .bt-reorder-handle {
        padding-left: 8px;
    }

    .bt-cell { 
		position: relative;
		border: none !important;
		padding-left: 120px !important;
        max-width: 9999% !important;
        white-space: normal !important;
    }

        .bt-cell:before {
            display: inline-block;
            margin-left: -120px;
            width: 120px;
            text-align: right;
            font-weight: bold;
            padding: 0 10px;
            vertical-align: middle;
        }

        .bt-cell > * {
            display: inline-block !important;
            vertical-align: middle;
        }

    .bt-mobile-hidden {
        display: none !important;
    }

    /* bt-footer */
    
    .bt-page {
        width: 55px;
    }
}
