.tableTitle {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.mgTop20 {
  margin-top: 20px;
}

.tCenter {
  text-align: center;
}

.btnBox {
  text-align: center;
  margin-top: 10px;
}

.pageContent {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}