.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	padding: 5px 15px;
}

/* Mobile Specific responsive table classes */
  .rd-table-res {
    min-height: .01%;
    overflow-x: auto;
  }
  .rd-table-res {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .rd-table-res > .table {
    margin-bottom: 0;
  }
  .rd-table-res > .table > thead > tr > th,
  .rd-table-res > .table > tbody > tr > th,
  .rd-table-res > .table > tfoot > tr > th,
  .rd-table-res > .table > thead > tr > td,
  .rd-table-res > .table > tbody > tr > td,
  .rd-table-res > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .rd-table-res > .table-bordered {
    border: 0;
  }
  .rd-table-res > .table-bordered > thead > tr > th:first-child,
  .rd-table-res > .table-bordered > tbody > tr > th:first-child,
  .rd-table-res > .table-bordered > tfoot > tr > th:first-child,
  .rd-table-res > .table-bordered > thead > tr > td:first-child,
  .rd-table-res > .table-bordered > tbody > tr > td:first-child,
  .rd-table-res > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .rd-table-res > .table-bordered > thead > tr > th:last-child,
  .rd-table-res > .table-bordered > tbody > tr > th:last-child,
  .rd-table-res > .table-bordered > tfoot > tr > th:last-child,
  .rd-table-res > .table-bordered > thead > tr > td:last-child,
  .rd-table-res > .table-bordered > tbody > tr > td:last-child,
  .rd-table-res > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .rd-table-res > .table-bordered > tbody > tr:last-child > th,
  .rd-table-res > .table-bordered > tfoot > tr:last-child > th,
  .rd-table-res > .table-bordered > tbody > tr:last-child > td,
  .rd-table-res > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .panel > .table,
	.panel > .rd-table-res > .table,
	.panel > .panel-collapse > .table {
		margin-bottom: 0;
	}
	.panel > .table caption,
	.panel > .rd-table-res > .table caption,
	.panel > .panel-collapse > .table caption {
		padding-right: 15px;
		padding-left: 15px;
	}
	.panel > .table:first-child,
	.panel > .rd-table-res:first-child > .table:first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.panel > .table:first-child > thead:first-child > tr:first-child,
	.panel > .rd-table-res:first-child > .table:first-child > thead:first-child > tr:first-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child,
	.panel > .rd-table-res:first-child > .table:first-child > tbody:first-child > tr:first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
	.panel > .rd-table-res:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
	.panel > .rd-table-res:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
	.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
	.panel > .rd-table-res:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
	.panel > .rd-table-res:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
		border-top-left-radius: 3px;
	}
	.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
	.panel > .rd-table-res:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
	.panel > .rd-table-res:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
	.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
	.panel > .rd-table-res:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
	.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
	.panel > .rd-table-res:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
		border-top-right-radius: 3px;
	}
	.panel > .table:last-child,
	.panel > .rd-table-res:last-child > .table:last-child {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.panel > .table:last-child > tbody:last-child > tr:last-child,
	.panel > .rd-table-res:last-child > .table:last-child > tbody:last-child > tr:last-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child,
	.panel > .rd-table-res:last-child > .table:last-child > tfoot:last-child > tr:last-child {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
	.panel > .rd-table-res:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
	.panel > .rd-table-res:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
	.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
	.panel > .rd-table-res:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
	.panel > .rd-table-res:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
		border-bottom-left-radius: 3px;
	}
	.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
	.panel > .rd-table-res:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
	.panel > .rd-table-res:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
	.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
	.panel > .rd-table-res:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
	.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
	.panel > .rd-table-res:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
		border-bottom-right-radius: 3px;
	}
	.panel > .panel-body + .table,
	.panel > .panel-body + .rd-table-res,
	.panel > .table + .panel-body,
	.panel > .rd-table-res + .panel-body {
		border-top: 1px solid #ddd;
	}
	.panel > .table > tbody:first-child > tr:first-child th,
	.panel > .table > tbody:first-child > tr:first-child td {
		border-top: 0;
	}
	.panel > .table-bordered,
	.panel > .rd-table-res > .table-bordered {
		border: 0;
	}
	.panel > .table-bordered > thead > tr > th:first-child,
	.panel > .rd-table-res > .table-bordered > thead > tr > th:first-child,
	.panel > .table-bordered > tbody > tr > th:first-child,
	.panel > .rd-table-res > .table-bordered > tbody > tr > th:first-child,
	.panel > .table-bordered > tfoot > tr > th:first-child,
	.panel > .rd-table-res > .table-bordered > tfoot > tr > th:first-child,
	.panel > .table-bordered > thead > tr > td:first-child,
	.panel > .rd-table-res > .table-bordered > thead > tr > td:first-child,
	.panel > .table-bordered > tbody > tr > td:first-child,
	.panel > .rd-table-res > .table-bordered > tbody > tr > td:first-child,
	.panel > .table-bordered > tfoot > tr > td:first-child,
	.panel > .rd-table-res > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.panel > .table-bordered > thead > tr > th:last-child,
	.panel > .rd-table-res > .table-bordered > thead > tr > th:last-child,
	.panel > .table-bordered > tbody > tr > th:last-child,
	.panel > .rd-table-res > .table-bordered > tbody > tr > th:last-child,
	.panel > .table-bordered > tfoot > tr > th:last-child,
	.panel > .rd-table-res > .table-bordered > tfoot > tr > th:last-child,
	.panel > .table-bordered > thead > tr > td:last-child,
	.panel > .rd-table-res > .table-bordered > thead > tr > td:last-child,
	.panel > .table-bordered > tbody > tr > td:last-child,
	.panel > .rd-table-res > .table-bordered > tbody > tr > td:last-child,
	.panel > .table-bordered > tfoot > tr > td:last-child,
	.panel > .rd-table-res > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.panel > .table-bordered > thead > tr:first-child > td,
	.panel > .rd-table-res > .table-bordered > thead > tr:first-child > td,
	.panel > .table-bordered > tbody > tr:first-child > td,
	.panel > .rd-table-res > .table-bordered > tbody > tr:first-child > td,
	.panel > .table-bordered > thead > tr:first-child > th,
	.panel > .rd-table-res > .table-bordered > thead > tr:first-child > th,
	.panel > .table-bordered > tbody > tr:first-child > th,
	.panel > .rd-table-res > .table-bordered > tbody > tr:first-child > th {
		border-bottom: 0;
	}
	.panel > .table-bordered > tbody > tr:last-child > td,
	.panel > .rd-table-res > .table-bordered > tbody > tr:last-child > td,
	.panel > .table-bordered > tfoot > tr:last-child > td,
	.panel > .rd-table-res > .table-bordered > tfoot > tr:last-child > td,
	.panel > .table-bordered > tbody > tr:last-child > th,
	.panel > .rd-table-res > .table-bordered > tbody > tr:last-child > th,
	.panel > .table-bordered > tfoot > tr:last-child > th,
	.panel > .rd-table-res > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}
	.panel > .rd-table-res {
		margin-bottom: 0;
		border: 0;
	}
/* END: responsive table styles */