/* enable hyphenation */
div.content p, div.content li {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -ms-hyphens: auto; }

/* override standard hyde content box width */
.content {
  max-width: 45rem; }

/* override table width */
table {
  width: auto;
  text-align: center;
  margin-left: 2em; }

@media all and (max-width: 768px) {
  .desktop {
    display: none; } }
