.customTable {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 1em;
}
.customTable th, .customTable td {
  border: 1px solid #aaa;
  padding: 0.5em 0.8em;
  vertical-align: middle;
}
.customTable th {
  background-color: #b0e0e6;
  text-align: center;
  font-weight: bold;
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}