.nw-table-section
{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.nw-table-master 
{
  display:flex;
  flex-direction: column;
  gap:5px;
  overflow-x:auto;
}
.nw-table-row 
{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.nw-table-column 
{
  flex:1;
  text-align: center;
  align-content: center;
}

.nw-table-column p
{
  margin:0px;
  padding:0px;
}

.nw-table-header
{
  text-align: center;
}

.nw-table-footer
{
  text-align: center;
}