.content table {
  width: 100%;
  table-layout: fixed;
}
.content table td,
.content table th {
  word-wrap: break-word;
  overflow-wrap: break-word;
}