



@media only screen and (max-width: 1000px) {
  .table th,
	.table td{
		display: block !important;
	}

  .w-50{
    width: 100% !important;
  }
}