.ls-page-title>*{
  margin-bottom: 1em;
  text-align: center;
  display:flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.table-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

table td {
  
  min-width:100px;
  word-wrap:break-word;
}
