tbody, thead {
  font-size: 90%;
}

th p, td p {
  word-break: break-word;; /* Prevents the content from wrapping to the next line */
}

.sidebar-drawer {
  min-width: 10em;
  width: calc(50% - 30em);
}

.content {
  width: 60em;
}