
/* Fixed width hack for tables in shortcuts topic */
.browser-table table {
  max-width: 800px !important;
  table-layout: fixed;       /* prevent auto-stretch */
}

.justified {
    text-align: justify;
}
