Center Table
.display-tbl {
	margin: 0px auto;
	width: 100%;
	table-layout: fixed;
}
.display-tbl.lg-tbl {
	max-width: 1600px;
}
.display-tbl input[type="text"], 
.display-tbl input[type="email"], 
.display-tbl input[type="password"], 
.display-tbl textarea, 
.display-tbl select {
    background: #fcfcfc;
    color: #111;
    font-size: 14px;
    padding: 5px 7px;
    margin: 0;
    border: 1px solid #999;
    line-height: 1.1;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    width: 100%;
}
.display-tbl .tbl-btn {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 8px;
	background-color: #c9c9c9;
	color: #000;
	font-size: 14px;
	line-height: 1;
	font-family: 'Montserrat-Regular';
}
.display-tbl .tbl-btn:hover {
	background-color: #838383;
	color: #FFF;
}

.display-tbl caption {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0;
	border: none;
	background: none !important;
}

.display-tbl .rightFloat {
	float: right;
}

.display-tbl caption span {
	margin-top: -6px;
}

/* Default Styles */
.display-tbl {
  color: #333;
  background: white;
/*   border: 1px solid grey; */
  border: none;
  font-size: 14px;
  border-collapse: collapse;
}
.display-tbl thead th,
.display-tbl tfoot th,
.display-tbl .label, 
.theadStyle {
  color: #777;
  background: rgba(0,0,0,.1);
}

.display-tbl th,
.display-tbl td {
  padding: .5em;
  border: 1px solid lightgrey;
}

.display-tbl.lg-tbl td {
	font-size: 12px !important;
}

.display-tbl tr.disabled {
	background-color: #a5a5a5;
}

#date, #transName {
  width: 80%;
}
.display-tbl *{
  box-sizing: border-box !important;
}

/* Zebra .display-tbl Style */
[data-.display-tbl-theme*=zebra] tbody tr:nth-of-type(odd) {
  background: rgba(0,0,0,.05);
}
[data-.display-tbl-theme*=zebra][data-.display-tbl-theme*=dark] tbody tr:nth-of-type(odd) {
  background: rgba(255,255,255,.05);
}
/* Dark Style */
[data-.display-tbl-theme*=dark] {
  color: #ddd;
  background: #333;
  font-size: 12pt;
  border-collapse: collapse;
}
[data-.display-tbl-theme*=dark] thead th,
[data-.display-tbl-theme*=dark] tfoot th {
  color: #aaa;
  background: rgba(0255,255,255,.15);
}
[data-.display-tbl-theme*=dark] caption {
  padding:.5em;
}
[data-.display-tbl-theme*=dark] th,
[data-.display-tbl-theme*=dark] td {
  padding: .5em;
  border: 1px solid grey;
}
