.rt-breakpoint {
	display: none;
}

.mobile-table {
	border:1px solid #ccc;
}

.mobile-table thead {
	display: none;
}

.mobile-table tr,
.mobile-table td {
	display: block;
	box-sizing: border-box;
	width:100%!important;
	border:none;
}

.mobile-table td[data-title]:before {
    content: attr(data-title) ":\00A0";
        font-weight: bold;
}
@media only screen and (max-width: 1599px) {
	#full-table{display:none;}
	#mob-table{display:block;}
}
@media only screen and (min-width: 480px)  {
    #full-table{display:block;}
	#mob-table{display:none;}
}
