.entryfield,
.dataelementtotal,
.indicator
{
  text-align: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  width: 3em;
}
.total-cell {
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  width: 3em;
}

.sectionTable > *:first-child:not(thead) td:first-child, .alt {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width : 350px;
} 
