table.estore, td.estore {
  vertical-align: middle;
  border: 1px solid white;
  text-align:center;
  background-color: rgb(243, 243, 243);
  padding: 10px;
}
th.estore {
  vertical-align: middle;
  border: 1px solid white;
  text-align: center;
  background-color: rgb(228, 228, 228);
  font-weight: bold;
  padding: 10px;
}
.center {margin-left:auto; margin-right:auto;}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
td.control {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #fff;
}
td.withdivider {
  border-left-width: 1px; 
  border-left-style: solid; 
  border-left-color: #666666;
  background: #fff;
}
td.moveleft {
  padding-right: 25px;
}
td.moveright {
  padding-left: 25px;
}
.asTableCell { 
  display: table-cell; 
}
.asTableRow { 
  display: table-row; 
  border: 0;
}
